Files
qinglong/deploy/kubernetes/ql3-cluster/operations/plugin-package-executor/cloudnative-pg/secret-action-admission-config-patch.yaml
T

19 lines
752 B
YAML

- op: replace
path: /data
value:
image: registry.example.com/qinglong/qinglong3-cluster-admin@sha256:0000000000000000000000000000000000000000000000000000000000000000
serviceAccountName: ql3-plugin-package-secret-action
sourceSecretName: ql3-cluster-plugin-package-values
postgresConnectionMode: fields
postgresCaSecretName: ql3-postgres-ca
postgresCaKey: ca.crt
postgresServerName: ql3-postgres-rw.qinglong3-system.svc
postgresUrlSecretName: ''
postgresUrlSecretKey: ''
postgresAuthSecretName: ql3-postgres-package-executor-auth
postgresHost: ql3-postgres-rw.qinglong3-system.svc
postgresPort: '5432'
postgresDatabase: qinglong
postgresUsernameKey: username
postgresPasswordKey: password