Create kustomization.yaml

Creating a kustomization.yaml file will allow awx-operator to be added as a remote resource in a Kustomize deployment.
e.g. :
```
resources:
- https://github.com/ansible/awx-operator/deploy?ref=0.7.0
```
This commit is contained in:
Tristan
2021-03-28 01:10:50 -04:00
committed by GitHub
parent 8b241e7871
commit 5e5c7bbdaf

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./awx-operator.yaml