We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e245286 + 37b3fe7 commit e6afd4fCopy full SHA for e6afd4f
mybinder/templates/cluster-issuer.yaml
@@ -1,3 +1,4 @@
1
+{{ if .Values.clusterIssuer.enabled }}
2
---
3
apiVersion: cert-manager.io/v1
4
kind: ClusterIssuer
@@ -28,3 +29,4 @@ spec:
28
29
- http01:
30
ingress:
31
class: nginx
32
+{{- end }}
mybinder/templates/pd-ssd.yaml
mybinder/values.yaml
@@ -727,3 +727,6 @@ awsEcrRegistryCleaner:
727
728
localpv-provisioner:
729
enabled: false
730
+
731
+clusterIssuer:
732
+ enabled: true
0 commit comments