Skip to content

Commit

Permalink
Add kustomization.yaml (#349)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Goodness <mgoodness@gmail.com>
  • Loading branch information
mgoodness authored and VaibhavPage committed Sep 25, 2019
1 parent 6dabd55 commit 0169381
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hack/k8s/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ./argo-events-cluster-roles.yaml
- ./argo-events-sa.yaml
- ./gateway-controller-configmap.yaml
- ./gateway-controller-deployment.yaml
- ./gateway-crd.yaml
- ./sensor-controller-configmap.yaml
- ./sensor-controller-deployment.yaml
- ./sensor-crd.yaml
- ./workflow-crd.yaml

0 comments on commit 0169381

Please sign in to comment.