mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
10 lines
405 B
YAML
10 lines
405 B
YAML
# This kustomization.yaml is not intended to be run by itself,
|
|
# since it depends on service name and namespace that are out of this kustomize package.
|
|
# It should be run by config/default
|
|
resources:
|
|
- bases/awx.ansible.com_awxs.yaml
|
|
- bases/awx.ansible.com_awxbackups.yaml
|
|
- bases/awx.ansible.com_awxrestores.yaml
|
|
- bases/awx.ansible.com_awxmeshingresses.yaml
|
|
#+kubebuilder:scaffold:crdkustomizeresource
|