initial
This commit is contained in:
9
cluster-resources/cert-manager-namespace.yaml
Normal file
9
cluster-resources/cert-manager-namespace.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user