switch to zot
This commit is contained in:
14
charts/network-base/templates/certificate.yaml
Normal file
14
charts/network-base/templates/certificate.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: {{ include "network-base.fullname" . }}
|
||||
labels:
|
||||
{{- include "network-base.labels" $ | nindent 4 }}
|
||||
spec:
|
||||
dnsNames:
|
||||
- {{ .Values.domain }}
|
||||
- "*.{{ .Values.domain }}"
|
||||
issuerRef:
|
||||
kind: Issuer
|
||||
name: {{ include "network-base.fullname" . }}
|
||||
secretName: {{ include "network-base.fullname" . }}-cert
|
Reference in New Issue
Block a user