Add statuses to schemas for awxbackup and awxrestore objects

- Fix small docstring typos
This commit is contained in:
Christian M. Adams
2021-06-02 09:26:42 -04:00
parent b37bf06800
commit ead7532c3c
10 changed files with 189 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
## This script will be build 3 images awx-{operator,bundle,catalog}
## This script will build 3 images awx-{operator,bundle,catalog}
## and push to the $REGISTRY specified.
##
## The goal is provide an quick way to build a test image.
@@ -10,7 +10,7 @@
## cd awx-operator
## REGISTRY=registry.example.com/ansible TAG=mytag ANSIBLE_DEBUG_LOGS=true scripts/build.sh
##
## As a result, the $REGISTRY will be populated with 2 images
## As a result, the $REGISTRY will be populated with 3 images
## registry.example.com/ansible/awx-operator:mytag
## registry.example.com/ansible/awx-operator-bundle:mytag
## registry.example.com/ansible/awx-operator-catalog:mytag