Add up.sh and down.sh development scripts for consistency with other ansible operators (#1991)

This commit is contained in:
Christian Adams
2024-11-26 11:25:24 -05:00
committed by GitHub
parent 9718424483
commit 6ab32a42cf
11 changed files with 309 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
apiVersion: v1
kind: Secret
metadata:
name: external-pg-secret
stringData:
database: 'awx'
host: 'awx-postgres'
password: 'test'
port: '5432'
type: 'managed'
username: 'awx'