freeleaps-ops/cluster/manifests/freeleaps-infra-system/telepresence/telepresence-oss/templates/issuer.yaml
zhenyus c2d2fa6345 fix: update Jenkins token in gitea webhook configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-07-24 16:51:35 +08:00

9 lines
327 B
YAML

{{- 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 }}