fix: add missing service account for ntfy and paperless

This commit is contained in:
Tommy 2024-04-06 21:46:02 +02:00
parent 9c39d43cfa
commit 6838e53b5f
No known key found for this signature in database
4 changed files with 16 additions and 2 deletions

View file

@ -4,7 +4,7 @@ description: |
ntfy lets you send push notifications to your phone or desktop via scripts from any computer
appVersion: v2.10.0
type: application
version: 0.1.4
version: 0.1.5
maintainers:
- name: Tommy Skaug
email: tommy@skaug.me

View file

@ -0,0 +1,7 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "ntfy.fullname" . }}
labels:
{{- include "ntfy.labels" . | nindent 4 }}

View file

@ -4,7 +4,7 @@ description: |
document management system that transforms your physical documents into a searchable online archive
appVersion: v2.7.0
type: application
version: 0.1.2
version: 0.1.3
maintainers:
- name: Tommy Skaug
email: tommy@skaug.me

View file

@ -0,0 +1,7 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "paperless-ngx.fullname" . }}
labels:
{{- include "paperless-ngx.labels" . | nindent 4 }}