Skip to content

Commit

Permalink
Merge pull request jupyterhub#3223 from yuvipanda/unused-cleanup
Browse files Browse the repository at this point in the history
Remove unused pd-ssd storageclass + make clusterIssuer optional
  • Loading branch information
yuvipanda authored Feb 14, 2025
2 parents e245286 + 37b3fe7 commit e6afd4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 2 additions & 0 deletions mybinder/templates/cluster-issuer.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ if .Values.clusterIssuer.enabled }}
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
Expand Down Expand Up @@ -28,3 +29,4 @@ spec:
- http01:
ingress:
class: nginx
{{- end }}
9 changes: 0 additions & 9 deletions mybinder/templates/pd-ssd.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -727,3 +727,6 @@ awsEcrRegistryCleaner:

localpv-provisioner:
enabled: false

clusterIssuer:
enabled: true

0 comments on commit e6afd4f

Please sign in to comment.