Move tower_broadcast_websocket_secret to a Secret

This commit is contained in:
Yanis Guenane
2021-03-04 10:22:46 +01:00
parent e4fd5aeb32
commit 9683dc23a4
10 changed files with 71 additions and 5 deletions

View File

@@ -9,7 +9,6 @@ spec:
tower_task_privileged: false
tower_hostname: example-awx.test
tower_broadcast_websocket_secret: changeme
tower_admin_user: test
tower_admin_email: test@example.com

View File

@@ -9,8 +9,6 @@ spec:
tower_ingress_type: ingress
tower_task_privileged: false
tower_broadcast_websocket_secret: changeme
tower_admin_email: test@example.com
tower_image: quay.io/ansible/awx:execution-environments

View File

@@ -103,6 +103,11 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- urn:alm:descriptor:io.kubernetes:Secret
- displayName: Broadcast Websocket Secret
path: tower_broadcast_websocket_secret
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- urn:alm:descriptor:io.kubernetes:Secret
- displayName: Ingress Type
path: tower_ingress_type
x-descriptors: