mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
19 lines
752 B
YAML
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
|