hotfix: fix to much spaces, newline
This commit is contained in:
parent
7c68206c4b
commit
7e0ae00074
2 changed files with 4 additions and 3 deletions
|
@ -55,10 +55,10 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
{{- include "matrix-synapse.labels" . | nindent 4 }}
|
{{- include "matrix-synapse.labels" . | nindent 4 }}
|
||||||
app.kubernetes.io/component: signingkey-job
|
app.kubernetes.io/component: signingkey-job
|
||||||
{ { - with .Values.signingkey.job.annotations } }
|
{{- with .Values.signingkey.job.annotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{ { - toYaml . | nindent 4 } }
|
{{- toYaml . | nindent 4 }}
|
||||||
{ { - end } }
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
ttlSecondsAfterFinished: 0
|
ttlSecondsAfterFinished: 0
|
||||||
template:
|
template:
|
||||||
|
|
|
@ -46,6 +46,7 @@ signingkey:
|
||||||
##
|
##
|
||||||
job:
|
job:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
## Annotations to apply to the signing-key-job.
|
## Annotations to apply to the signing-key-job.
|
||||||
##
|
##
|
||||||
annotations: { }
|
annotations: { }
|
||||||
|
|
Loading…
Reference in a new issue