We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0450089 + 36c0e0a commit 465e817Copy full SHA for 465e817
charts/postiz/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: postiz-app
3
description: A Social Media Scheduling App
4
type: application
5
-version: 1.0.2
+version: 1.0.3
6
appVersion: "1.3.0"
7
maintainers:
8
- name: jonathan-irvin
charts/postiz/templates/postiz-serviceaccount.yaml
@@ -0,0 +1,12 @@
1
+{{- if .Values.serviceAccount.create }}
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ name: {{ include "postiz.serviceAccountName" . }}
+ labels:
+ {{- include "postiz.labels" . | nindent 4 }}
+ {{- with .Values.serviceAccount.annotations }}
9
+ annotations:
10
+ {{- toYaml . | nindent 4 }}
11
+ {{- end }}
12
+{{- end }}
0 commit comments