You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/openobserve-standalone/values.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,22 @@ headless:
66
66
67
67
# Credentials for authentication
68
68
auth:
69
+
# Either specify root user credentials here, or use an existing secret.
70
+
71
+
# OpenObserve root user email
69
72
ZO_ROOT_USER_EMAIL: "root@example.com"
73
+
# OpenObserve root user password
70
74
ZO_ROOT_USER_PASSWORD: "Complexpass#123"
71
75
ZO_ROOT_USER_TOKEN: ""
72
76
77
+
existingRootUserSecret:
78
+
# Existing secret with OpenObserve root user credentials.
79
+
name: ""
80
+
# Email key to be retrieved from existing secret
81
+
emailKey: "ZO_ROOT_USER_EMAIL"
82
+
# Password key to be retrieved from existing secret
83
+
passwordKey: "ZO_ROOT_USER_PASSWORD"
84
+
73
85
# 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
0 commit comments