Installer: pihole + root-ca-server + fix bitwarden cert issuer name
diff --git a/charts/pihole/values.yaml b/charts/pihole/values.yaml
new file mode 100644
index 0000000..9c038d6
--- /dev/null
+++ b/charts/pihole/values.yaml
@@ -0,0 +1,12 @@
+pihole: {}
+oauth2:
+  clientId: app-pihole
+  secretName: oauth2-secret
+  configName: oauth2-proxy
+domain: example.com
+hydraPublic: https://hydra.example.com
+profileUrl: https://profile.example.com
+certificateIssuer: public
+ingressClassName: public
+
+