freeleaps-ops/cluster/manifests/freeleaps-infra-system/telepresence/telepresence-oss/templates/issuer.yaml

9 lines
327 B
YAML
Raw Normal View History

{{- if and (eq .Values.agentInjector.certificate.method "certmanager") .Values.agentInjector.enabled }}
apiVersion: cert-manager.io/v1
kind: {{ .Values.agentInjector.certificate.certmanager.issuerRef.kind }}
metadata:
name: {{ .Values.agentInjector.certificate.certmanager.issuerRef.name }}
spec:
selfSigned: {}
{{- end }}