rename directory

This commit is contained in:
Chris Lu
2021-08-23 13:37:09 -07:00
parent 93741a6752
commit 7eeff1d8a1
30 changed files with 0 additions and 0 deletions

View 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 }}