mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
10 lines
383 B
YAML
10 lines
383 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/awxbackup.ansible.com_awxbackups.yaml
|
|
- bases/awxrestore.ansible.com_awxrestores.yaml
|
|
# +kubebuilder:scaffold:crdkustomizeresource
|