From 0ce2f64d4fe63414cac25345ed34f6b33cc9dfcc Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 14 Jun 2023 12:09:29 +0200 Subject: [PATCH] serviceaccount erweitert --- src/main/helm/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/helm/templates/deployment.yaml b/src/main/helm/templates/deployment.yaml index b29c68e3..cd5cf64a 100644 --- a/src/main/helm/templates/deployment.yaml +++ b/src/main/helm/templates/deployment.yaml @@ -44,6 +44,7 @@ spec: labels: {{- include "app.matchLabels" . | indent 8 }} spec: + serviceAccount: kop-operator-controller-manager serviceAccountName: kop-operator-controller-manager containers: - name: ozg-operator -- GitLab