Skip to content

Commit c3de42c

Browse files
committed
[#2477835] Injected vault template to api
1 parent 62953bd commit c3de42c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deployment/kubernetes/templates/web_service_deployment.tpl

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ spec:
1414
metadata:
1515
annotations:
1616
rollme: {{ randAlphaNum 5 | quote }}
17+
{{- with include "resc.rescWebserviceAnnotations" .}}
18+
{{- nindent 8 .}}
19+
{{- end }}
1720
container.apparmor.security.beta.kubernetes.io/resc-api: unconfined
1821
labels:
1922
{{ if .Values.additionalLabels }}

0 commit comments

Comments
 (0)