diff --git a/src/main/helm/templates/ozg_operator_secrets_read_role_binding.yaml b/src/main/helm/templates/ozg_operator_secrets_read_role_binding.yaml index f0ffb889f43c5c923bc3e4f1590eb85b442473a5..064f2a7a6ef8b0ca3bbc6a031948ccf6ab0df876 100644 --- a/src/main/helm/templates/ozg_operator_secrets_read_role_binding.yaml +++ b/src/main/helm/templates/ozg_operator_secrets_read_role_binding.yaml @@ -6,7 +6,7 @@ metadata: namespace: {{ include "app.namespace" . }} subjects: - kind: ServiceAccount - name: ozg-operator-serviceaccount + name: ozgcloud-keycloak-operator-serviceaccount namespace: {{ required "sso.operatorNamespace muss angegeben sein" .Values.sso.operatorNamespace }} roleRef: kind: Role diff --git a/src/main/helm/templates/ozg_operator_secrets_write_role_binding.yaml b/src/main/helm/templates/ozg_operator_secrets_write_role_binding.yaml index e7b3c290fe0f21da5eb7262c5db901238dc7994b..aa8ce1896df563c04818f9bb52e77d6614e4f125 100644 --- a/src/main/helm/templates/ozg_operator_secrets_write_role_binding.yaml +++ b/src/main/helm/templates/ozg_operator_secrets_write_role_binding.yaml @@ -6,7 +6,7 @@ metadata: namespace: {{ include "app.namespace" . }} subjects: - kind: ServiceAccount - name: ozg-operator-serviceaccount + name: ozgcloud-keycloak-operator-serviceaccount namespace: {{ required "sso.operatorNamespace muss angegeben sein" .Values.sso.operatorNamespace }} roleRef: kind: Role diff --git a/src/test/helm/ozg_operator_secrets_read_role_binding_test.yaml b/src/test/helm/ozg_operator_secrets_read_role_binding_test.yaml index 9b23c7d5fdb137b021925e01d25df3753041b925..eff9563471665c44d9e63d77521e5b404fed2b8b 100644 --- a/src/test/helm/ozg_operator_secrets_read_role_binding_test.yaml +++ b/src/test/helm/ozg_operator_secrets_read_role_binding_test.yaml @@ -40,7 +40,7 @@ tests: path: subjects content: kind: ServiceAccount - name: ozg-operator-serviceaccount + name: ozgcloud-keycloak-operator-serviceaccount namespace: test-operator-namespace - it: should have roleRef values set: @@ -73,5 +73,5 @@ tests: path: subjects content: kind: ServiceAccount - name: ozg-operator-serviceaccount + name: ozgcloud-keycloak-operator-serviceaccount namespace: test-operator-namespace \ No newline at end of file diff --git a/src/test/helm/ozg_operator_secrets_write_role_binding_test.yaml b/src/test/helm/ozg_operator_secrets_write_role_binding_test.yaml index 3402bf88f4bf59989d0fd1a0110bfb82e122ec4f..dfcdc4121fdeb82653aaa8dc9370ca804c4682a1 100644 --- a/src/test/helm/ozg_operator_secrets_write_role_binding_test.yaml +++ b/src/test/helm/ozg_operator_secrets_write_role_binding_test.yaml @@ -40,7 +40,7 @@ tests: path: subjects content: kind: ServiceAccount - name: ozg-operator-serviceaccount + name: ozgcloud-keycloak-operator-serviceaccount namespace: test-operator-namespace - it: should have roleRef values set: @@ -73,5 +73,5 @@ tests: path: subjects content: kind: ServiceAccount - name: ozg-operator-serviceaccount + name: ozgcloud-keycloak-operator-serviceaccount namespace: test-operator-namespace \ No newline at end of file