mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-27 05:43:11 +00:00
* Upgrade to Operator SDK 1.16.0 * Upgrade Operator SDK to v1.22.2 & bump base image version
19 lines
501 B
YAML
19 lines
501 B
YAML
---
|
|
# - name: Create the awx.ansible.com/v1beta1.AWXBackup
|
|
# k8s:
|
|
# state: present
|
|
# namespace: '{{ namespace }}'
|
|
# definition: "{{ lookup('template', '/'.join([samples_dir, cr_file])) | from_yaml }}"
|
|
# wait: yes
|
|
# wait_timeout: 300
|
|
# wait_condition:
|
|
# type: Successful
|
|
# status: "True"
|
|
# vars:
|
|
# cr_file: 'awx_v1beta1_awxbackup.yaml'
|
|
#
|
|
# - name: Add assertions here
|
|
# assert:
|
|
# that: false
|
|
# fail_msg: FIXME Add real assertions for your operator
|