Added helm values, templates, and readme

This commit is contained in:
Miles Wilson
2022-06-23 00:14:30 -04:00
parent dd53a1d415
commit bc08c4bbbe
10 changed files with 148 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
AWX:
# enable use of awx-deploy template
enabled: false
name: awx
spec:
admin_user: admin
# configurations for external postgres instance
postgres:
enabled: false
host: Unset
port: 5678
dbName: Unset
username: admin
# for secret management, pass in the password independently of this file
# at the command line, use --set AWX.postgres.password
password: Unset
sslmode: prefer
type: unmanaged