Skip to content

Commit

Permalink
fix: remove default cluster from demos
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 3, 2023
1 parent 4bdd526 commit 7a610d0
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ apply_firmly bootstrap/web-terminal

# setup a basic instance of argocd managing a default cluster
apply_firmly bootstrap/argo-managed

# setup a default cluster w/o argocd managing it
apply_firmly cluster/default
```

Setup a demo
Expand Down
1 change: 0 additions & 1 deletion demos/all-the-things/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../clusters/default
- ../base
- ../base/devspaces
- ../base/nvidia-gpu-autoscale
Expand Down
1 change: 0 additions & 1 deletion demos/devspaces-nvidia-gpu-autoscale/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../clusters/default
- ../base
- ../base/nvidia-gpu-autoscale
- ../base/devspaces
Expand Down
1 change: 0 additions & 1 deletion demos/devspaces/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../clusters/default
- ../base
- ../base/devspaces

Expand Down
1 change: 0 additions & 1 deletion demos/nvidia-gpu-autoscale/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../clusters/default
- ../base
- ../base/nvidia-gpu-autoscale

Expand Down
1 change: 0 additions & 1 deletion demos/rhods-nvidia-gpu-autoscale/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../clusters/default
- ../base
- ../base/nvidia-gpu-autoscale
- ../base/rhods
Expand Down
1 change: 0 additions & 1 deletion demos/rhods/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../clusters/default
- ../base
- ../base/rhods

Expand Down

0 comments on commit 7a610d0

Please sign in to comment.