Skip to content

Commit bc95aac

Browse files
committed
Remove group-sync from production
KFLUXINFRA-3287
1 parent bf54cd0 commit bc95aac

7 files changed

Lines changed: 3 additions & 31 deletions

File tree

argo-cd-apps/base/all-clusters/iam/iam.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
repoURL: https://github.com/redhat-appstudio/infra-common-deployments.git
2020
targetRevision: main
2121
destination:
22-
namespace: group-sync-operator
22+
namespace: iam
2323
name: in-cluster
2424
syncPolicy:
2525
automated:

argo-cd-apps/overlays/external-staging/kustomization.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@ patches:
1111
group: argoproj.io
1212
version: v1alpha1
1313
kind: ApplicationSet
14-
- path: namespace-patch.yaml
15-
target:
16-
group: argoproj.io
17-
version: v1alpha1
18-
kind: ApplicationSet
19-
name: iam

argo-cd-apps/overlays/external-staging/namespace-patch.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

argo-cd-apps/overlays/internal-staging/kustomization.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@ patches:
1111
group: argoproj.io
1212
version: v1alpha1
1313
kind: ApplicationSet
14-
- path: namespace-patch.yaml
15-
target:
16-
group: argoproj.io
17-
version: v1alpha1
18-
kind: ApplicationSet
19-
name: iam

argo-cd-apps/overlays/internal-staging/namespace-patch.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

components/iam/external-production/kustomization.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,4 @@
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
5-
- ../base
6-
components:
7-
- ../k-components/external-ldap-url
8-
- ../k-components/konflux-ldap-sa
9-
- ../k-components/mtls-ca-validators
5+
- ../base/rbac

components/iam/internal-production/kustomization.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
namespace: group-sync-operator
55
resources:
6-
- ../base
7-
components:
8-
- ../k-components/internal-ldap-url
9-
- ../k-components/konflux-ldap-sa
10-
- ../k-components/mtls-ca-validators
6+
- ../base/rbac

0 commit comments

Comments
 (0)