| commit | 38496bbce75fb81751be6997dccac51b98476977 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Tue Jun 13 18:56:39 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Tue Jun 13 19:35:06 2023 +0400 |
| tree | 6c199625218f5109f29b899675bb479578eed5f9 | |
| parent | 1ff37fbae7771d8cb4f42f639019e592b33779f0 [diff] [blame] |
charts: pihole fix oauth2 secret values escaping
diff --git a/charts/pihole/values.yaml b/charts/pihole/values.yaml index bea1a7e..070be1e 100644 --- a/charts/pihole/values.yaml +++ b/charts/pihole/values.yaml
@@ -1,8 +1,6 @@ pihole: {} oauth2: - clientId: {{ .client_id }} - clientSecret: {{ .client_secret }} - cookieSecret: "" + cookieSecret: "1234123443214321" secretName: oauth2-secret configName: oauth2-proxy domain: pihole.p.example.com