initial commit
This commit is contained in:
commit
2bfa9348ca
2 changed files with 14 additions and 0 deletions
0
README.md
Normal file
0
README.md
Normal file
14
manifest.yaml
Normal file
14
manifest.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
apiVersion: awx.ansible.com/v1beta1
|
||||
kind: AWX
|
||||
metadata:
|
||||
name: awx-aaron
|
||||
namespace: awx
|
||||
spec:
|
||||
ingress_type: ingress
|
||||
ingress_hosts:
|
||||
- hostname: awx-aaron.apps.yolokube.de
|
||||
extra_settings:
|
||||
- setting: CSRF_TRUSTED_ORIGINS
|
||||
value:
|
||||
- https://awx-aaron.apps.yolokube.de
|
Loading…
Reference in a new issue