mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
13 lines
192 B
YAML
13 lines
192 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: external-pg-secret
|
|
stringData:
|
|
database: 'awx'
|
|
host: 'awx-postgres'
|
|
password: 'test'
|
|
port: '5432'
|
|
type: 'managed'
|
|
username: 'awx'
|