From 1bbeeb23b7f32da7eefe5bfdae84892a947fa697 Mon Sep 17 00:00:00 2001 From: Rokibul Hasan Date: Wed, 6 Nov 2024 19:45:49 +0600 Subject: [PATCH] Update flux2 values Signed-off-by: Rokibul Hasan --- pkg/featuresets/opscenter-core/flux2.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/featuresets/opscenter-core/flux2.yaml b/pkg/featuresets/opscenter-core/flux2.yaml index 022dadd..5db9770 100644 --- a/pkg/featuresets/opscenter-core/flux2.yaml +++ b/pkg/featuresets/opscenter-core/flux2.yaml @@ -9,21 +9,28 @@ helmController: runAsUser: {{ .uid }} seccompProfile: type: RuntimeDefault + podSecurityContext: &pcc + fsGroup: {{ .uid }} sourceController: securityContext: *scc + podSecurityContext: *pcc imageAutomationController: securityContext: *scc + podSecurityContext: *pcc imageReflectionController: securityContext: *scc + podSecurityContext: *pcc kustomizeController: securityContext: *scc + podSecurityContext: *pcc notificationController: securityContext: *scc + podSecurityContext: *pcc cli: securityContext: *scc