Skip to content

Commit

Permalink
fix: Align nexus ci secret name pattern (#53)
Browse files Browse the repository at this point in the history
Change-Id: I8f86882ff1402c798608ffc32ffdde86a9a777aa
  • Loading branch information
NikolayMarusenko committed Mar 6, 2024
1 parent 8fd164d commit 1645b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: nexus-ci.user
name: ci-nexus
spec:
refreshInterval: 1h
secretStoreRef:
Expand All @@ -16,5 +16,5 @@ spec:
decodingStrategy: None
key: {{ $secretName }}
metadataPolicy: None
property: nexus-ci-user.password
property: ci-nexus.password
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
firstName: ci.user
lastName: CI
email: ci.user@edp.com
secret: $nexus-ci-user:password
secret: $ci-nexus:password
roles:
- edp-admin
nexusRef:
Expand Down

0 comments on commit 1645b1d

Please sign in to comment.