Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Fix annotation bugs #252

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ spec:
{{- if .Values.podLabels }}
{{- toYaml .Values.podLabels | nindent 8 }}
{{- end }}
annotations:
{{- if .Values.podAnnotations }}
annotations:
{{- toYaml .Values.podAnnotations | nindent 8 }}
{{- end }}
spec:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubernetes-external-secrets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serviceAccount:
# Specifies whether a service account should be created
create: true
# Specifies annotations for this service account
annotations:
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name:
Expand Down