charts: fix cert-manager-webhook-gandi
diff --git a/charts/cert-manager-webhook-gandi/values.yaml b/charts/cert-manager-webhook-gandi/values.yaml
new file mode 100644
index 0000000..ab255cc
--- /dev/null
+++ b/charts/cert-manager-webhook-gandi/values.yaml
@@ -0,0 +1,20 @@
+groupName: acme.bwolf.me
+logLevel: 6
+certManager:
+ namespace: cert-manager
+ serviceAccountName: cert-manager
+image:
+ repository: bwolf/cert-manager-webhook-gandi
+ tag: 0.2.0
+ pullPolicy: IfNotPresent
+nameOverride: ''
+fullnameOverride: ''
+service:
+ type: ClusterIP
+ port: 443
+features:
+ apiPriorityAndFairness: false
+resources: {}
+nodeSelector: {}
+tolerations: []
+affinity: {}