Skip to content

Commit 4eee775

Browse files
authored
Merge pull request #28 from FusionAuth/fix-podAnnotation
fix indentation typo, remove test podAnnotation
2 parents db2480e + e75d271 commit 4eee775

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

chart/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
app.kubernetes.io/instance: {{ .Release.Name }}
2525
{{- with .Values.podAnnotations }}
2626
annotations:
27-
{{- toYaml . | nindent 4 }}
27+
{{- toYaml . | nindent 8 }}
2828
{{- end }}
2929
spec:
3030
initContainers:

chart/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ tolerations: []
128128
affinity: {}
129129

130130
annotations: {}
131-
podAnnotations:
132-
test: test
131+
podAnnotations: {}
133132

134133
livenessProbe:
135134
httpGet:

0 commit comments

Comments
 (0)