Skip to content

Commit b8002c7

Browse files
committed
moving ldap
1 parent 592fbe6 commit b8002c7

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed

incubator/argo-cd/argo-apps/kustomization.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- operator.yaml
5-
- confluent.yaml
6-
- repo.yaml
5+
- confluent-dev.yaml
6+
- confluent-test.yaml
7+
- confluent-prod.yaml
8+
- ldap.yaml
9+
- operator-repo.yaml

incubator/argo-cd/argo-apps/ldap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
spec:
1010
project: default
1111
source:
12-
path: incubator/argo-cd/ldap
12+
path: incubator/argo-cd/environments/ldap
1313
repoURL: https://github.com/osodevops/confluent-kubernetes-playground.git
1414
targetRevision: HEAD
1515
destination:
File renamed without changes.

incubator/argo-cd/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ kind: Kustomization
33
resources:
44
- argo-cd
55
- argo-apps
6+
-
67
- namespace.yaml
78

0 commit comments

Comments
 (0)