rename directory
This commit is contained in:
8
k8s/helm_charts2/templates/cert-clusterissuer.yaml
Normal file
8
k8s/helm_charts2/templates/cert-clusterissuer.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
{{- if .Values.global.enableSecurity }}
|
||||
apiVersion: certmanager.k8s.io/v1alpha1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: {{ template "seaweedfs.name" . }}-clusterissuer
|
||||
spec:
|
||||
selfSigned: {}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user