Skip to content

Commit

Permalink
updated secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
shijinrajbosch committed Nov 29, 2023
1 parent b5c65ee commit ef1942d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/bpndiscovery/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
apiVersion: v1
kind: Secret
metadata:
name: secret
name: {{ $sec_name }}
type: Opaque
data:
{{- if .Values.enablePostgres }}
Expand Down
2 changes: 1 addition & 1 deletion charts/bpndiscovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ postgresql:
postgresql: 5432
auth:
username: catenax
existingSecret: "secret"
existingSecret: "cx-bpndiscovery-sec"
password: ""
database: bpndiscovery

0 comments on commit ef1942d

Please sign in to comment.