Skip to content

Commit cfc0019

Browse files
committed
Update hyperdx secret
Signed-off-by: Nam Hai Nguyen <[email protected]>
1 parent 2727365 commit cfc0019

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/clickstack/templates/hyperdx-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ spec:
116116
- name: DEFAULT_CONNECTIONS
117117
valueFrom:
118118
secretKeyRef:
119-
name: {{ include "clickstack.fullname" . }}-clickhouse-secrets
119+
name: {{ include "clickstack.fullname" . }}-app-secrets
120120
key: defaultConnections
121121
{{- end }}
122122
{{- if .Values.hyperdx.defaultSources }}

charts/clickstack/templates/secrets.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ metadata:
77
type: Opaque
88
data:
99
api-key: {{ .Values.hyperdx.apiKey | b64enc }}
10+
defaultConnections: {{ .Values.hyperdx.defaultConnections | toString | b64enc }}
1011
{{- if .Values.clickhouse.enabled }}
1112
---
1213
apiVersion: v1
@@ -19,4 +20,4 @@ type: Opaque
1920
data:
2021
appUserPassword: {{ .Values.clickhouse.config.users.appUserPassword | toString | b64enc }}
2122
otelUserPassword: {{ .Values.clickhouse.config.users.otelUserPassword | toString | b64enc }}
22-
{{- end }}
23+
{{- end }}

0 commit comments

Comments
 (0)