Skip to content

Commit

Permalink
✨ feat(clusterissuer): relocate chart for cert-mgr
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 21, 2025
1 parent e5226be commit 0926bce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clusterissuer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
apiVersion: v2
name: clusterissuer
version: 0.1.0
7 changes: 7 additions & 0 deletions clusterissuer/templates/clusterissuer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: {{ .Values.apiVersion }}
kind: ClusterIssuer
metadata:
name: {{ .Values.name }}
spec:
ca:
secretName: {{ .Values.secretName }}

0 comments on commit 0926bce

Please sign in to comment.