fix: annotation-placeholder (#58)
This commit is contained in:
parent
beed32f14b
commit
1dd84c63b8
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
description: Kubernetes-Operator to simplify RBAC configurations
|
||||
name: access-manager
|
||||
version: 0.5.1
|
||||
version: 0.5.2
|
||||
appVersion: 0.5.1
|
||||
home: https://github.com/ckotzbauer/access-manager
|
||||
sources:
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ spec:
|
|||
release: {{ .Release.Name }}
|
||||
{{- if .Values.podAnnotations }}
|
||||
annotations:
|
||||
{{ toYaml .Values.podAnnotations | indent 8 }}
|
||||
{{ toYaml .Values.podAnnotations | indent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
serviceAccountName: {{ template "app.serviceAccountName" . }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue