From 8b63fe702c83ce4c4646a1bcd810e109b0fbe50d Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Mon, 14 Apr 2025 08:46:24 -0500 Subject: [PATCH] enable diun --- helm-chart/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) 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 }}