Skip to content

Commit

Permalink
chore: remove Argo CD CRDs from namespaced install (argoproj#6022)
Browse files Browse the repository at this point in the history
* chore: remove Argo CD CRDs from namespaced install

Signed-off-by: Alexander Matyushentsev <[email protected]>
  • Loading branch information
Alexander Matyushentsev authored Apr 13, 2021
1 parent 61080b3 commit c847bd9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4,040 deletions.
7 changes: 7 additions & 0 deletions manifests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ Four sets of installation manifests are provided:
external clusters. Will still be possible to deploy to the same cluster (kubernetes.svc.default)
with inputted credentials (i.e. `argocd cluster add <CONTEXT> --in-cluster --namespace <YOUR NAMESPACE>`).

> Note: Argo CD CRDs are not included into [namespace-install.yaml](namespace-install.yaml).
> and have to be installed separately. The CRD manifests are located in [manifests/crds](./crds) directory.
> Use the following command to install them:
> ```bash
> kubectl apply -k https://github.com/argoproj/argo-cd/manifests/crds\?ref\=stable
> ```
## High Availability:
* [ha/install.yaml](ha/install.yaml) - the same as install.yaml but with multiple replicas for
Expand Down
1 change: 1 addition & 0 deletions manifests/cluster-install/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ kind: Kustomization
resources:
- ../namespace-install
- ../cluster-rbac
- ../crds
1 change: 1 addition & 0 deletions manifests/ha/cluster-install/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ kind: Kustomization
resources:
- ../namespace-install
- ../../cluster-rbac
- ../../crds
2,019 changes: 0 additions & 2,019 deletions manifests/ha/namespace-install.yaml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion manifests/ha/namespace-install/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../crds
- ../base
2,019 changes: 0 additions & 2,019 deletions manifests/namespace-install.yaml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion manifests/namespace-install/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../crds
- ../base

0 comments on commit c847bd9

Please sign in to comment.