Skip to content
Snippets Groups Projects
Commit 338f84a8 authored by Steffen Schulze's avatar Steffen Schulze
Browse files

pw fixed

parent b3caae62
No related branches found
No related tags found
1 merge request!10Refactoring
Pipeline #40624 passed with warnings with stages
in 2 minutes and 48 seconds
......@@ -133,8 +133,8 @@ spec:
- name: "DIDCOMMCONNECTOR_DATBASE_PASSWORD"
valueFrom:
secretKeyRef:
name: {{ .Values.config.database.passwordSecret }}
key: {{ .Values.config.database.passwordKey }}
name: {{ .Values.config.database.password.passwordSecret }}
key: {{ .Values.config.database.password.passwordKey }}
{{- end }}
{{- if .Values.config.database.keyspace }}
......
......@@ -120,8 +120,9 @@ config:
host: "localhost"
port: 9042
user: "cassandra"
passwordSecret: "cassandra"
passwordKey: "password"
password:
passwordSecret: "cassandra"
passwordKey: "password"
keyspace: "dcc"
dbName: "cassandra"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment