Skip to content

Commit b7ba33b

Browse files
gbenhaimoswcab
authored andcommitted
KFLUXINFRA-2591: Don't use default namespace in ArgoCD apps
ArgoCD started to complain about application that specify the default namespace in their manifest. This change won't change the actual namespace services are deployed to, since we already mentioned the namespace as part of the kustomization for all of them. Signed-off-by: Gal Ben Haim <gbenhaim@redhat.com>
1 parent af84052 commit b7ba33b

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

argo-cd-apps/base/all-clusters/infra-deployments/authentication/authentication.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
repoURL: https://github.com/redhat-appstudio/infra-deployments.git
3434
targetRevision: main
3535
destination:
36-
namespace: default # not relevant yet since every object has an explicit namespace.
36+
namespace: group-sync-operator
3737
server: '{{server}}'
3838
syncPolicy:
3939
automated:

argo-cd-apps/base/all-clusters/infra-deployments/cluster-secret-store/cluster-secret-store.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repoURL: https://github.com/redhat-appstudio/infra-deployments.git
2626
targetRevision: main
2727
destination:
28-
namespace: default
28+
namespace: cluster-secret-store
2929
server: '{{server}}'
3030
syncPolicy:
3131
automated:

argo-cd-apps/base/backup/backup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
repoURL: https://github.com/redhat-appstudio/infra-deployments.git
2828
targetRevision: main
2929
destination:
30-
namespace: default
30+
namespace: openshift-adp
3131
server: '{{server}}'
3232
syncPolicy:
3333
automated:

argo-cd-apps/base/member/infra-deployments/build-service/build-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
repoURL: https://github.com/redhat-appstudio/infra-deployments.git
4444
targetRevision: main
4545
destination:
46-
namespace: default
46+
namespace: build-service
4747
server: '{{server}}'
4848
syncPolicy:
4949
automated:

argo-cd-apps/base/member/infra-deployments/build-templates/build-templates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repoURL: https://github.com/redhat-appstudio/infra-deployments.git
2626
targetRevision: main
2727
destination:
28-
namespace: default
28+
namespace: build-templates
2929
server: '{{server}}'
3030
ignoreDifferences:
3131
- group: ""

argo-cd-apps/base/member/infra-deployments/etcd-defrag/etcd-defrag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
repoURL: https://github.com/redhat-appstudio/infra-deployments.git
4747
targetRevision: main
4848
destination:
49-
namespace: default
49+
namespace: etcd-maintenance
5050
server: '{{server}}'
5151
syncPolicy:
5252
automated:

argo-cd-apps/base/member/infra-deployments/image-controller/image-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
repoURL: https://github.com/redhat-appstudio/infra-deployments.git
2828
targetRevision: main
2929
destination:
30-
namespace: default
30+
namespace: image-controller
3131
server: '{{server}}'
3232
syncPolicy:
3333
automated:

argo-cd-apps/base/member/infra-deployments/multi-platform-controller/multi-platform-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
repoURL: https://github.com/redhat-appstudio/infra-deployments.git
4444
targetRevision: main
4545
destination:
46-
namespace: default
46+
namespace: multi-platform-controller
4747
server: '{{server}}'
4848
syncPolicy:
4949
automated:

argo-cd-apps/base/member/infra-deployments/nvme-storage-configurator/nvme-storage-configurator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
repoURL: https://github.com/redhat-appstudio/infra-deployments.git
2525
targetRevision: main
2626
destination:
27-
namespace: default
27+
namespace: nvme-storage-config
2828
server: '{{server}}'
2929
syncPolicy:
3030
automated:

argo-cd-apps/base/member/infra-deployments/pipeline-service/pipeline-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
repoURL: https://github.com/redhat-appstudio/infra-deployments.git
4848
targetRevision: main
4949
destination:
50-
namespace: default
50+
namespace: openshift-pipelines
5151
server: '{{server}}'
5252
syncPolicy:
5353
automated:

0 commit comments

Comments
 (0)