Skip to content

Commit

Permalink
Updated naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
antejavor committed Aug 13, 2024
1 parent a2f3d48 commit 32828d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/memgraph/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ spec:
valueFrom:
secretKeyRef:
name: {{ .Values.secrets.name }}
key: {{ .Values.secrets.userKey }}
key: {{ .Values.secrets.user }}
- name: MEMGRAPH_PASSWORD
valueFrom:
secretKeyRef:
name: {{ .Values.secrets.name }}
key: {{ .Values.secrets.passwordKey }}
key: {{ .Values.secrets.password }}
{{- end }}
{{ if .Values.memgraphEnterpriseLicense }}
- name: MEMGRAPH_ENTERPRISE_LICENSE
Expand Down
4 changes: 2 additions & 2 deletions charts/memgraph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ memgraphConfig:
secrets:
enabled: false
name: memgraph-secrets
userKey: MEMGRAPH_USER
passwordKey: MEMGRAPH_PASSWORD
user: MEMGRAPH_USER
password: MEMGRAPH_PASSWORD

## Memgraph Enterprise Licence
# memgraphEnterpriseLicense: "<your-license>"
Expand Down

0 comments on commit 32828d8

Please sign in to comment.