Skip to content

Commit

Permalink
Merge pull request #28 from FusionAuth/fix-podAnnotation
Browse files Browse the repository at this point in the history
fix indentation typo, remove test podAnnotation
  • Loading branch information
drpebcak authored Aug 19, 2020
2 parents db2480e + e75d271 commit 4eee775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
app.kubernetes.io/instance: {{ .Release.Name }}
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
initContainers:
Expand Down
3 changes: 1 addition & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ tolerations: []
affinity: {}

annotations: {}
podAnnotations:
test: test
podAnnotations: {}

livenessProbe:
httpGet:
Expand Down

0 comments on commit 4eee775

Please sign in to comment.