mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 03:18:09 +08:00
28 lines
1.1 KiB
YAML
28 lines
1.1 KiB
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: ql3-plugin-package-secret-action-admission
|
|
namespace: qinglong3-system
|
|
labels:
|
|
app.kubernetes.io/name: ql3-plugin-package-secret-action
|
|
app.kubernetes.io/component: plugin-package-executor
|
|
app.kubernetes.io/part-of: qinglong3
|
|
data:
|
|
# Release automation must replace this unavailable digest together with the
|
|
# controller image before the opt-in operation can execute.
|
|
image: registry.example.com/qinglong/qinglong3-cluster-admin@sha256:0000000000000000000000000000000000000000000000000000000000000000
|
|
serviceAccountName: ql3-plugin-package-secret-action
|
|
sourceSecretName: ql3-cluster-plugin-package-values
|
|
postgresConnectionMode: url
|
|
postgresCaSecretName: ql3-cluster-plugin-package-executor
|
|
postgresCaKey: postgres-ca.crt
|
|
postgresServerName: REPLACE_WITH_POSTGRES_DNS_NAME
|
|
postgresUrlSecretName: ql3-cluster-plugin-package-executor
|
|
postgresUrlSecretKey: postgres-package-executor-url
|
|
postgresAuthSecretName: ''
|
|
postgresHost: ''
|
|
postgresPort: ''
|
|
postgresDatabase: ''
|
|
postgresUsernameKey: ''
|
|
postgresPasswordKey: ''
|