* compatibility patch for csi driver * added namespace to all component parameters * added namespace to all component parameters * dereference in range * added namespace to values.yml defaults * added namespace to s3 component * added helm chart to github pages * added helm chart to github pages * added helm chart to github pages * added helm chart to github pages * added helm chart to github pages * push on all tags * push on all tags * push on all tags * push on all tags * push on all tags * changed helm directory structure * update charts location * fixed dereference * updated permissions * updated permissions * match current action schema
15 lines
435 B
YAML
15 lines
435 B
YAML
{{- if .Values.global.enableSecurity }}
|
|
apiVersion: certmanager.k8s.io/v1alpha1
|
|
kind: Certificate
|
|
metadata:
|
|
name: {{ template "seaweedfs.name" . }}-ca-cert
|
|
namespace: {{ .Release.Namespace }}
|
|
spec:
|
|
secretName: {{ template "seaweedfs.name" . }}-ca-cert
|
|
commonName: "{{ template "seaweedfs.name" . }}-root-ca"
|
|
isCA: true
|
|
issuerRef:
|
|
name: {{ template "seaweedfs.name" . }}-clusterissuer
|
|
kind: ClusterIssuer
|
|
{{- end }}
|