File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ metadata:
7
7
{{- include "connaisseur.labels" . | nindent 4 }}
8
8
annotations :
9
9
checksum/config : {{ include "connaisseur.getConfigChecksum" . }}
10
+ {{- if .Values.kubernetes.deployment.annotations -}}
11
+ {{ toYaml .Values.kubernetes.deployment.annotations | nindent 4 }}
12
+ {{- end }}
10
13
spec :
11
14
replicas : {{ .Values.kubernetes.deployment.replicasCount }}
12
15
selector :
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ kubernetes:
47
47
tls : {} # set to use custom tls certificates for webhook (key and cert fields)
48
48
envs : {} # set to use custom environment variables for connaisseur
49
49
podLabels : {} # additional labels to attach to the pods created
50
+ annotations : {} # additional annotations to attach to the deployment
50
51
# -----------------------------------------------------
51
52
52
53
# changes to connaisseur service
You can’t perform that action at this time.
0 commit comments