| commit | 1ff37fbae7771d8cb4f42f639019e592b33779f0 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Tue Jun 13 18:27:24 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Tue Jun 13 18:27:24 2023 +0400 |
| tree | 9d2b3e6f0574fca72a855f3e3f42a728d5697af8 | |
| parent | 8be0b942e6bfbae45d7afe2a7de9ffd68508ce9a [diff] [blame] |
charts: pihole oauth2 secret renderer
diff --git a/charts/pihole/values.yaml b/charts/pihole/values.yaml index 65d1de4..bea1a7e 100644 --- a/charts/pihole/values.yaml +++ b/charts/pihole/values.yaml
@@ -1,7 +1,7 @@ pihole: {} oauth2: - clientId: app-pihole - clientSecret: "" + clientId: {{ .client_id }} + clientSecret: {{ .client_secret }} cookieSecret: "" secretName: oauth2-secret configName: oauth2-proxy