Commit 28281df2 authored by David McKay's avatar David McKay

fix: correct and use variable for sharedSecret

parent 65ec33e2
...@@ -53,7 +53,7 @@ spec: ...@@ -53,7 +53,7 @@ spec:
- name: INFLUXDB_META_INTERNAL_SHARED_SECRET - name: INFLUXDB_META_INTERNAL_SHARED_SECRET
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: shared-secret name: {{ .Values.meta.sharedSecret.secretName }}
key: secret key: secret
ports: ports:
- name: http - name: http
......
...@@ -44,7 +44,7 @@ meta: ...@@ -44,7 +44,7 @@ meta:
# This secret needs a key called "secret" and it should be a long random string # This secret needs a key called "secret" and it should be a long random string
# Please see docs for shared-internal-secret: # Please see docs for shared-internal-secret:
# https://docs.influxdata.com/enterprise_influxdb/v1.8/administration/config-data-nodes/#meta-internal-shared-secret # https://docs.influxdata.com/enterprise_influxdb/v1.8/administration/config-data-nodes/#meta-internal-shared-secret
shared-secret: sharedSecret:
secretName: shared-secret secretName: shared-secret
# #
## Persist data to a persistent volume ## Persist data to a persistent volume
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment