Skip to content

Commit

Permalink
chore: Align ci username pattern to EDP approach (#65)
Browse files Browse the repository at this point in the history
Change-Id: Ifb4b95334ff158a5914a230a8d473ecc95a165cd
  • Loading branch information
Mykola Serdiuk committed Apr 5, 2024
1 parent 8028c4d commit 0fa980f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: sonar-ci-password
name: ci-sonar
spec:
refreshInterval: 1h
secretStoreRef:
Expand Down
2 changes: 1 addition & 1 deletion add-ons/sonar-operator/templates/sonar/user_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: SonarUser
metadata:
name: sonar-ci-user
spec:
secret: sonar-ci-password
secret: ci-sonar
login: ci-user
name: ci-user
groups:
Expand Down

0 comments on commit 0fa980f

Please sign in to comment.