Files
launchpad/cluster-resources/cert-manager-namespace.yaml
Danijel Simeunovic a42a07b669 initial
2026-02-07 21:16:15 +01:00

10 lines
235 B
YAML

---
# Disable Istio sidecar injection for cert-manager namespace
# This is required for cert-manager to function properly with Istio
apiVersion: v1
kind: Namespace
metadata:
name: cert-manager
labels:
istio-injection: disabled