feature: Add optional annotations to signingkey job
This commit is contained in:
parent
57bae86adb
commit
7c68206c4b
2 changed files with 9 additions and 0 deletions
|
@ -55,6 +55,10 @@ metadata:
|
|||
labels:
|
||||
{{- include "matrix-synapse.labels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: signingkey-job
|
||||
{ { - with .Values.signingkey.job.annotations } }
|
||||
annotations:
|
||||
{ { - toYaml . | nindent 4 } }
|
||||
{ { - end } }
|
||||
spec:
|
||||
ttlSecondsAfterFinished: 0
|
||||
template:
|
||||
|
|
|
@ -46,6 +46,11 @@ signingkey:
|
|||
##
|
||||
job:
|
||||
enabled: true
|
||||
## Annotations to apply to the signing-key-job.
|
||||
##
|
||||
annotations: { }
|
||||
# argocd.argoproj.io/hook: PostSync
|
||||
# argocd.argoproj.io/hook-delete-policy: HookSucceeded
|
||||
|
||||
generateImage:
|
||||
repository: matrixdotorg/synapse
|
||||
|
|
Loading…
Reference in a new issue