mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-27 05:43:11 +00:00
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:
4
deploy/kustomization.yaml
Normal file
4
deploy/kustomization.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./awx-operator.yaml
|
||||
Reference in New Issue
Block a user