mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
* Upgrade to Operator SDK 1.16.0 * Upgrade Operator SDK to v1.22.2 & bump base image version
9 lines
359 B
YAML
9 lines
359 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
|
|
#+kubebuilder:scaffold:crdkustomizeresource
|