You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
326 B
10 lines
326 B
{{- if .Values.global.enableSecurity }}
|
|
apiVersion: cert-manager.io/v1{{ if .Values.global.certificates.alphacrds }}alpha1{{ end }}
|
|
kind: Issuer
|
|
metadata:
|
|
name: {{ template "seaweedfs.name" . }}-ca-issuer
|
|
namespace: {{ .Release.Namespace }}
|
|
spec:
|
|
ca:
|
|
secretName: {{ template "seaweedfs.name" . }}-ca-cert
|
|
{{- end }}
|