File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,6 +51,10 @@ metadata:
5151 name : {{ include "pgdog.fullname" . }}
5252 labels :
5353 {{- include "pgdog.labels" . | nindent 4 }}
54+ {{- with .Values.secret.annotations }}
55+ annotations :
56+ {{- toYaml . | nindent 4 }}
57+ {{- end }}
5458data :
5559 users.toml : {{ include "pgdog.users" . | b64enc }}
5660{{- end }}
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ metadata:
77 name : {{ $fullname }}-tls
88 labels :
99 {{- include "pgdog.labels" . | nindent 4 }}
10+ {{- with .Values.secret.annotations }}
11+ annotations :
12+ {{- toYaml . | nindent 4 }}
13+ {{- end }}
1014type : kubernetes.io/tls
1115stringData :
1216 tls.crt : |
Original file line number Diff line number Diff line change @@ -652,4 +652,8 @@ prometheusCollector:
652652 affinity : {}
653653
654654securityContext : {}
655- podSecurityContext : {}
655+ podSecurityContext : {}
656+
657+ secret :
658+ # annotations allows adding custom annotations to the generated Secret
659+ annotations : {}
You can’t perform that action at this time.
0 commit comments