Skip to content

Commit

Permalink
Merge pull request #375 from vshn/fix/duplicate_mariadb_account
Browse files Browse the repository at this point in the history
Rename Keycloak's restore service account
  • Loading branch information
Kidswiss authored Jun 10, 2024
2 parents 433ba09 + 7bab393 commit 97d0960
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion component/class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ parameters:
mode: standalone
offered: true
enabled: false
restoreSA: mariadbrestoreserviceaccount
restoreSA: keycloakserviceaccount
restoreRoleRules: ${appcat:defaultRestoreRoleRules}
additionalInputs:
registry_username: "?{vaultkv:__shared__/__shared__/appcat/inventage_registry_username}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ kind: ServiceAccount
metadata:
annotations: {}
labels:
name: mariadbrestoreserviceaccount
name: mariadbrestoreserviceaccount
name: keycloakserviceaccount
name: keycloakserviceaccount
namespace: syn-appcat-control
---
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -76,5 +76,5 @@ roleRef:
name: crossplane:appcat:job:keycloak:restorejob
subjects:
- kind: ServiceAccount
name: mariadbrestoreserviceaccount
name: keycloakserviceaccount
namespace: syn-appcat-control
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
quotasEnabled: 'false'
registry_password: ''
registry_username: ''
restoreSA: mariadbrestoreserviceaccount
restoreSA: keycloakserviceaccount
serviceName: keycloak
sliNamespace: appcat-slos
kind: ConfigMap
Expand Down

0 comments on commit 97d0960

Please sign in to comment.