chore: remove Argo CD CRDs from namespaced install (#6022)

* chore: remove Argo CD CRDs from namespaced install

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
This commit is contained in:
Alexander Matyushentsev
2021-04-13 11:41:44 -07:00
committed by GitHub
parent 61080b3313
commit c847bd9f4d
7 changed files with 9 additions and 4040 deletions

View File

@@ -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

View File

@@ -4,3 +4,4 @@ kind: Kustomization
resources:
- ../namespace-install
- ../cluster-rbac
- ../crds

View File

@@ -4,3 +4,4 @@ kind: Kustomization
resources:
- ../namespace-install
- ../../cluster-rbac
- ../../crds

File diff suppressed because it is too large Load Diff

View File

@@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../crds
- ../base

File diff suppressed because it is too large Load Diff

View File

@@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../crds
- ../base