fix: don't cross cluster apply app-of-apps

This commit is contained in:
2025-06-24 14:56:23 +02:00
parent d5e0da1692
commit 619d44a790
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ metadata:
spec:
destination:
namespace: {{ .Values.plume.env }}-plume
server: https://10.255.241.99:4443
server: https://kubernetes.default.svc
project: default
sources:
- repoURL: {{ .Values.clusterConfig.manifests }}
+1 -1
View File
@@ -11,7 +11,7 @@ metadata:
spec:
destination:
namespace: {{ .Values.sorcerer.env }}-sorcerer
server: https://10.255.241.99:4443
server: https://kubernetes.default.svc
project: atlantis
sources:
- repoURL: {{ .Values.clusterConfig.manifests }}
+1 -1
View File
@@ -11,7 +11,7 @@ metadata:
spec:
destination:
namespace: oceanbox
server: https://10.255.241.99:4443
server: https://kubernetes.default.svc
sources:
- repoURL: {{ .Values.clusterConfig.manifests }}
targetRevision: HEAD