mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
docs: fix incorrect awx version for operator 0.26.0
This commit is contained in:
parent
33b3c9cfe4
commit
0d3f86e618
2 changed files with 4 additions and 4 deletions
|
|
@ -32,13 +32,13 @@ An example implementation of AWX on single node K3s using AWX Operator, with eas
|
|||
- K3s v1.24.3+k3s1
|
||||
- Products that will be deployed:
|
||||
- AWX Operator 0.26.0
|
||||
- AWX 21.3.0
|
||||
- AWX 21.4.0
|
||||
- PostgreSQL 13
|
||||
|
||||
## References
|
||||
|
||||
- [K3s - Lightweight Kubernetes](https://rancher.com/docs/k3s/latest/en/)
|
||||
- [INSTALL.md on ansible/awx](https://github.com/ansible/awx/blob/21.3.0/INSTALL.md) @21.3.0
|
||||
- [INSTALL.md on ansible/awx](https://github.com/ansible/awx/blob/21.4.0/INSTALL.md) @21.4.0
|
||||
- [README.md on ansible/awx-operator](https://github.com/ansible/awx-operator/blob/0.26.0/README.md) @0.26.0
|
||||
|
||||
## Requirements
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ spec:
|
|||
# These parameters are designed for use with:
|
||||
# - AWX Operator: 0.26.0
|
||||
# https://github.com/ansible/awx-operator/blob/0.26.0/README.md
|
||||
# - AWX: 21.3.0
|
||||
# https://github.com/ansible/awx/blob/21.3.0/INSTALL.md
|
||||
# - AWX: 21.4.0
|
||||
# https://github.com/ansible/awx/blob/21.4.0/INSTALL.md
|
||||
|
||||
admin_user: admin
|
||||
admin_password_secret: awx-admin-password
|
||||
|
|
|
|||
Loading…
Reference in a new issue