Skip to content

Commit

Permalink
Add permissions for opikmonitoring user in clickhouse (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaka authored Oct 14, 2024
1 parent 4330b09 commit f56d6ed
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ spec:
{{- else }}
{{ .Values.clickhouse.monitoring.username }}/password: {{ .Values.clickhouse.monitoring.password }}
{{- end }}
{{ .Values.clickhouse.monitoring.username }}/networks/ip:
- '127.0.0.1/32'
- '10.0.0.0/0'
{{- end }}
{{- if .Values.clickhouse.monitoring.enables }}
profiles:
Expand Down

0 comments on commit f56d6ed

Please sign in to comment.