fixes
This commit is contained in:
@@ -5,5 +5,3 @@ apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cert-manager
|
||||
labels:
|
||||
istio-injection: disabled
|
||||
|
||||
7
cluster-resources/secrets-namespace.yaml
Normal file
7
cluster-resources/secrets-namespace.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# 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: secrets
|
||||
@@ -9,7 +9,7 @@ metadata:
|
||||
app.kubernetes.io/managed-by: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/hook: PreSync
|
||||
argocd.argoproj.io/sync-wave: "1"
|
||||
argocd.argoproj.io/sync-wave: "0"
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
|
||||
@@ -9,7 +9,7 @@ metadata:
|
||||
app.kubernetes.io/managed-by: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/hook: PreSync
|
||||
argocd.argoproj.io/sync-wave: "0"
|
||||
argocd.argoproj.io/sync-wave: "-1"
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user