rancher-partner-charts/charts/koor-tech/koor-operator/templates/selfsigned-issuer.yaml

11 lines
299 B
YAML

apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: {{ include "koor-operator.fullname" . }}-selfsigned-issuer
annotations:
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-weight": "1"
labels:
{{- include "koor-operator.labels" . | nindent 4 }}
spec:
selfSigned: {}