Fix: clickhouse user login (#160)

This commit is contained in:
Andrei Kvapil
2024-05-29 17:57:03 +02:00
committed by GitHub
parent d7cfa53cd4
commit 8019256dfc
3 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.2.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@@ -14,6 +14,7 @@ spec:
{{- range $name, $u := . }}
{{ $name }}/password_sha256_hex: {{ sha256sum $u.password }}
{{ $name }}/profile: {{ ternary "readonly" "default" (index $u "readonly" | default false) }}
{{ $name }}/networks/ip: ["::/0"]
{{- end }}
{{- end }}
profiles:

View File

@@ -1,5 +1,6 @@
clickhouse 0.1.0 ca79f72
clickhouse 0.2.0 HEAD
clickhouse 0.2.0 7cd7de73
clickhouse 0.2.1 HEAD
http-cache 0.1.0 a956713
http-cache 0.2.0 HEAD
kafka 0.1.0 760f86d2