| commit | 99c6cdd4d538ae3a560921451d29fa890ad5d332 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Wed Nov 10 15:12:48 2021 +0400 |
| committer | giolekva <giolekva@gmail.com> | Wed Nov 10 15:12:48 2021 +0400 |
| tree | 1067a5d222df72f779bee329abe2a520bd67ea3e | |
| parent | 17861bc0aff3b876e2cbaf8e64459348bc7efc59 [diff] [blame] |
Installer: use helm secrets to encrypt secrets locally and avoid regenerating them on every upgrade
diff --git a/charts/pihole/values.yaml b/charts/pihole/values.yaml index 9c038d6..a7ced0b 100644 --- a/charts/pihole/values.yaml +++ b/charts/pihole/values.yaml
@@ -1,6 +1,8 @@ pihole: {} oauth2: clientId: app-pihole + clientSecret: "" + cookieSecret: "" secretName: oauth2-secret configName: oauth2-proxy domain: example.com