Skip to content

Commit 74e4ed8

Browse files
committed
[internal] fix templates
Signed-off-by: v.oleynikov <vasily.oleynikov@flant.com>
1 parent 6a90ac0 commit 74e4ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/drbd-build-server/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
- name: {{ .Chart.Name }}-module-registry
6767
containers:
6868
- name: drbd-build-server
69-
{{- include "helm_lib_module_container_security_context_pss_restricted_builder/golang-alt-svaceble" (dict "ro" true "seccompProfile" true) | nindent 8 }}
69+
{{- include "helm_lib_module_container_security_context_pss_restricted_flexible" (dict "ro" true "seccompProfile" true) | nindent 8 }}
7070
image: {{ include "helm_lib_module_image" (list . "drbdBuildServer") }}
7171
imagePullPolicy: IfNotPresent
7272
args:

0 commit comments

Comments
 (0)