10 lines
197 B
YAML
10 lines
197 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: stellaops-pg-app
|
|
namespace: platform-postgres
|
|
type: kubernetes.io/basic-auth
|
|
stringData:
|
|
username: stellaops_app
|
|
password: CHANGEME_APP_PASSWORD
|