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: spec:
destination: destination:
namespace: {{ .Values.plume.env }}-plume namespace: {{ .Values.plume.env }}-plume
server: https://10.255.241.99:4443 server: https://kubernetes.default.svc
project: default project: default
sources: sources:
- repoURL: {{ .Values.clusterConfig.manifests }} - repoURL: {{ .Values.clusterConfig.manifests }}
+1 -1
View File
@@ -11,7 +11,7 @@ metadata:
spec: spec:
destination: destination:
namespace: {{ .Values.sorcerer.env }}-sorcerer namespace: {{ .Values.sorcerer.env }}-sorcerer
server: https://10.255.241.99:4443 server: https://kubernetes.default.svc
project: atlantis project: atlantis
sources: sources:
- repoURL: {{ .Values.clusterConfig.manifests }} - repoURL: {{ .Values.clusterConfig.manifests }}
+1 -1
View File
@@ -11,7 +11,7 @@ metadata:
spec: spec:
destination: destination:
namespace: oceanbox namespace: oceanbox
server: https://10.255.241.99:4443 server: https://kubernetes.default.svc
sources: sources:
- repoURL: {{ .Values.clusterConfig.manifests }} - repoURL: {{ .Values.clusterConfig.manifests }}
targetRevision: HEAD targetRevision: HEAD