fix: add missing service account for ntfy and paperless
This commit is contained in:
parent
9c39d43cfa
commit
6838e53b5f
4 changed files with 16 additions and 2 deletions
|
@ -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
|
||||
|
|
7
charts/ntfy-sh/templates/serviceaccount.yaml
Normal file
7
charts/ntfy-sh/templates/serviceaccount.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "ntfy.fullname" . }}
|
||||
labels:
|
||||
{{- include "ntfy.labels" . | nindent 4 }}
|
|
@ -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
|
||||
|
|
7
charts/paperless-ngx/templates/serviceaccount.yaml
Normal file
7
charts/paperless-ngx/templates/serviceaccount.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "paperless-ngx.fullname" . }}
|
||||
labels:
|
||||
{{- include "paperless-ngx.labels" . | nindent 4 }}
|
Loading…
Reference in a new issue