Merge branch 'master' into 'master'
Feature: Annotations for signingkey-job See merge request ananace/charts!41
This commit is contained in:
commit
b0046cd9f1
2 changed files with 10 additions and 0 deletions
|
@ -55,6 +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 }}
|
||||||
|
annotations:
|
||||||
|
{{- toYaml . | nindent 4 }}
|
||||||
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
ttlSecondsAfterFinished: 0
|
ttlSecondsAfterFinished: 0
|
||||||
template:
|
template:
|
||||||
|
|
|
@ -47,6 +47,12 @@ signingkey:
|
||||||
job:
|
job:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
## Annotations to apply to the signing-key-job.
|
||||||
|
##
|
||||||
|
annotations: { }
|
||||||
|
# argocd.argoproj.io/hook: PostSync
|
||||||
|
# argocd.argoproj.io/hook-delete-policy: HookSucceeded
|
||||||
|
|
||||||
generateImage:
|
generateImage:
|
||||||
repository: matrixdotorg/synapse
|
repository: matrixdotorg/synapse
|
||||||
#tag: latest
|
#tag: latest
|
||||||
|
|
Loading…
Reference in a new issue