Skip to content

Commit

Permalink
Remove some trailing whitespace from deployment.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jesper Noordsij <[email protected]>
  • Loading branch information
jnoordsij committed May 17, 2024
1 parent d4da1d2 commit 4db0bc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/sealed-secrets/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
{{- end }}
- --privatekey-annotations
- {{ trimSuffix "," $privatekeyAnnotations | quote }}
{{- end }}
{{- end }}
{{- if $.Values.privateKeyLabels }}
{{- $privateKeyLabels := ""}}
{{- range $k, $v := $.Values.privateKeyLabels }}
Expand Down Expand Up @@ -181,13 +181,13 @@ spec:
{{- end }}
volumeMounts:
{{- if .Values.additionalVolumeMounts }}
{{- toYaml .Values.additionalVolumeMounts | nindent 12 }}
{{- toYaml .Values.additionalVolumeMounts | nindent 12 }}
{{- end }}
- mountPath: /tmp
name: tmp
volumes:
volumes:
{{- if .Values.additionalVolumes }}
{{- toYaml .Values.additionalVolumes | nindent 8 }}
{{- toYaml .Values.additionalVolumes | nindent 8 }}
{{- end }}
- name: tmp
emptyDir: {}
Expand Down

0 comments on commit 4db0bc9

Please sign in to comment.