Skip to content

Commit

Permalink
fix: paths
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 14, 2024
1 parent 28e1074 commit d5f5fb3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization

resources:
- ../../base
- ../../../../components/argocd/apps/overlays/manual-user-config
- ../../../../../../components/argocd/apps/overlays/manual-user-config

patches:
- target:
Expand Down
22 changes: 11 additions & 11 deletions demos/components/clusters/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../components/app-configs/ubi-images/overlays/cluster
- ../../components/cluster-configs/autoscale/overlays/default
- ../../components/cluster-configs/console-config/overlays/default
- ../../components/cluster-configs/console-samples
- ../../../../components/app-configs/ubi-images/overlays/cluster
- ../../../../components/cluster-configs/autoscale/overlays/default
- ../../../../components/cluster-configs/console-config/overlays/default
- ../../../../components/cluster-configs/console-samples

# - ../../components/cluster-configs/etcd-backup/overlays/default
# - ../../components/cluster-configs/namespace-cleanup/overlays/sandbox
# - ../../../../components/cluster-configs/etcd-backup/overlays/default
# - ../../../../components/cluster-configs/namespace-cleanup/overlays/sandbox

- ../../components/cluster-configs/login/overlays/htpasswd
- ../../components/cluster-configs/namespaces/overlays/default
- ../../components/cluster-configs/rbac/overlays/no-self-provisioner
- ../../../../components/cluster-configs/login/overlays/htpasswd
- ../../../../components/cluster-configs/namespaces/overlays/default
- ../../../../components/cluster-configs/rbac/overlays/no-self-provisioner

- ../../components/operators/web-terminal/operator/overlays/fast
- ../../components/operators/web-terminal/instance/overlays/enhanced
- ../../../../components/operators/web-terminal/operator/overlays/fast
- ../../../../components/operators/web-terminal/instance/overlays/enhanced
8 changes: 4 additions & 4 deletions demos/components/install-argocd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../components/argocd/projects/overlays/default
- ../../components/operators/openshift-gitops-operator/instance/overlays/default
- ../../components/operators/openshift-gitops-operator/operator/overlays/latest
# - ../../clusters/argo-managed/overlays/default
- ../../../components/argocd/projects/overlays/default
- ../../../components/operators/openshift-gitops-operator/instance/overlays/default
- ../../../components/operators/openshift-gitops-operator/operator/overlays/latest
# - ../../../clusters/argo-managed/overlays/default
4 changes: 2 additions & 2 deletions demos/components/install-web-terminal/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../components/operators/web-terminal/operator/overlays/fast
- ../../components/operators/web-terminal/instance/overlays/enhanced
- ../../../components/operators/web-terminal/operator/overlays/fast
- ../../../components/operators/web-terminal/instance/overlays/enhanced

0 comments on commit d5f5fb3

Please sign in to comment.