fix: don't cross cluster apply app-of-apps
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user