diff --git a/helm-chart/templates/deployment.yaml b/helm-chart/templates/deployment.yaml index 5cfb98b..11f3b2a 100644 --- a/helm-chart/templates/deployment.yaml +++ b/helm-chart/templates/deployment.yaml @@ -14,6 +14,7 @@ spec: metadata: labels: service: {{ .Values.name }} + diun.enable: "true" spec: securityContext: {{ toYaml .Values.podSecurityContext | indent 8 }}