seaweedfs/k8s/helm_charts2/templates/cert-clusterissuer.yaml

9 lines
200 B
YAML
Raw Permalink Normal View History

{{- if .Values.global.enableSecurity }}
apiVersion: certmanager.k8s.io/v1alpha1
kind: ClusterIssuer
metadata:
name: {{ template "seaweedfs.name" . }}-clusterissuer
spec:
selfSigned: {}
{{- end }}