fix: annotation-placeholder (#58)

This commit is contained in:
Christian Kotzbauer 2021-05-26 10:06:50 +02:00 committed by GitHub
parent beed32f14b
commit 1dd84c63b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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" . }}