Skip to content

Commit e3b2bfe

Browse files
committed
add new env ZO_ROOT_USER_TOKEN
1 parent 062d64f commit e3b2bfe

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

charts/openobserve-standalone/templates/secret.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ type: Opaque
1212
stringData:
1313
ZO_ROOT_USER_EMAIL: "{{ .Values.auth.ZO_ROOT_USER_EMAIL }}"
1414
ZO_ROOT_USER_PASSWORD: "{{ .Values.auth.ZO_ROOT_USER_PASSWORD }}"
15+
ZO_ROOT_USER_TOKEN: "{{ .Values.auth.ZO_ROOT_USER_TOKEN }}"
1516
{{- if not .Values.minio.enabled }}
1617
ZO_S3_ACCESS_KEY: "{{ .Values.auth.ZO_S3_ACCESS_KEY }}"
1718
{{- else }}

charts/openobserve-standalone/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ headless:
6868
auth:
6969
ZO_ROOT_USER_EMAIL: "[email protected]"
7070
ZO_ROOT_USER_PASSWORD: "Complexpass#123"
71+
ZO_ROOT_USER_TOKEN: ""
7172

7273
# do not need to set this if enabled minio is being used. settings will be picked from minio section. Also IRSA is preferred if on EKS. Set the Service account section with the correct IAM role ARN. Refer https://zinc.dev/docs/guide/ha_deployment/#amazon-eks-s3
7374
ZO_S3_ACCESS_KEY: ""

charts/openobserve/templates/secret.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ type: Opaque
88
stringData:
99
ZO_ROOT_USER_EMAIL: "{{ .Values.auth.ZO_ROOT_USER_EMAIL }}"
1010
ZO_ROOT_USER_PASSWORD: "{{ .Values.auth.ZO_ROOT_USER_PASSWORD }}"
11+
ZO_ROOT_USER_TOKEN: "{{ .Values.auth.ZO_ROOT_USER_TOKEN }}"
1112
ZO_REPORT_USER_EMAIL: "{{ .Values.auth.ZO_ROOT_USER_EMAIL }}"
1213
ZO_REPORT_USER_PASSWORD: "{{ .Values.auth.ZO_ROOT_USER_PASSWORD }}"
1314
{{- if not .Values.minio.enabled }}

charts/openobserve/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ externalSecret:
180180
# stringData:
181181
# ZO_ROOT_USER_EMAIL: "[email protected]"
182182
# ZO_ROOT_USER_PASSWORD: "Complexpass#123"
183+
# ZO_ROOT_USER_TOKEN: ""
183184

184185
# # do not need to set this if enabled minio is being used. settings will be picked from minio section. Also IRSA is preferred if on EKS. Set the Service account section with the correct IAM role ARN. Refer https://zinc.dev/docs/guide/ha_deployment/#amazon-eks-s3
185186
# ZO_S3_ACCESS_KEY: ""
@@ -202,6 +203,7 @@ externalSecret:
202203
auth:
203204
ZO_ROOT_USER_EMAIL: "[email protected]"
204205
ZO_ROOT_USER_PASSWORD: "Complexpass#123"
206+
ZO_ROOT_USER_TOKEN: ""
205207

206208
# do not need to set this if enabled minio is being used. settings will be picked from minio section. Also IRSA is preferred if on EKS. Set the Service account section with the correct IAM role ARN. Refer https://zinc.dev/docs/guide/ha_deployment/#amazon-eks-s3
207209
ZO_S3_ACCESS_KEY: ""

0 commit comments

Comments
 (0)