mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-22 19:29:13 +08:00
feat(ql3): complete cluster secret binding authority
This commit is contained in:
@@ -10,3 +10,13 @@ stringData:
|
||||
postgres-package-executor-url: REPLACE_WITH_PACKAGE_EXECUTOR_DSN
|
||||
postgres-tls-servername: REPLACE_WITH_POSTGRES_DNS_NAME
|
||||
postgres-ca.crt: REPLACE_WITH_POSTGRES_CA_CERTIFICATE
|
||||
---
|
||||
# Optional SecretRef projection. Each key is the lowercase SHA-256 of the
|
||||
# canonical qlsecret:v1 reference; the executor checks metadata only.
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: ql3-cluster-plugin-package-values
|
||||
namespace: qinglong3-system
|
||||
type: Opaque
|
||||
data: {}
|
||||
|
||||
Reference in New Issue
Block a user