Skip to content

Commit e6afd4f

Browse files
authored
Merge pull request #3223 from yuvipanda/unused-cleanup
Remove unused pd-ssd storageclass + make clusterIssuer optional
2 parents e245286 + 37b3fe7 commit e6afd4f

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

mybinder/templates/cluster-issuer.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{ if .Values.clusterIssuer.enabled }}
12
---
23
apiVersion: cert-manager.io/v1
34
kind: ClusterIssuer
@@ -28,3 +29,4 @@ spec:
2829
- http01:
2930
ingress:
3031
class: nginx
32+
{{- end }}

mybinder/templates/pd-ssd.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

mybinder/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,3 +727,6 @@ awsEcrRegistryCleaner:
727727

728728
localpv-provisioner:
729729
enabled: false
730+
731+
clusterIssuer:
732+
enabled: true

0 commit comments

Comments
 (0)