Skip to content

Commit

Permalink
add aggregate and make namespaces explicit (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato authored Nov 20, 2023
1 parent 1164b7d commit f3ec391
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

commonAnnotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true

resources:
- ../../../operator/overlays/stable
- ../../../instance/overlays/default
6 changes: 4 additions & 2 deletions openshift-dev-spaces/instance/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: openshift-devspaces

resources:
- namespace.yaml
- checluster.yaml
- namespace.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: openshift-devspaces

resources:
- ../../base
4 changes: 3 additions & 1 deletion openshift-dev-spaces/operator/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: openshift-operators

resources:
- subscription.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: openshift-operators

resources:
- ../../base

Expand Down

0 comments on commit f3ec391

Please sign in to comment.