mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 12:05:27 +08:00
feat(ql3): add opt-in security administration job
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
# Generic PostgreSQL example only. CloudNativePG users do not need this Secret.
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: ql3-security-administration-database
|
||||
namespace: qinglong3-system
|
||||
type: Opaque
|
||||
immutable: true
|
||||
stringData:
|
||||
postgres-admin-url: postgresql://ql3_admin:REPLACE@postgres.example.test:5432/qinglong
|
||||
postgres-tls-servername: postgres.example.test
|
||||
postgres-ca.crt: REPLACE_WITH_POSTGRES_CA_CERTIFICATE
|
||||
Reference in New Issue
Block a user