unip-controller/deploy/pipelines/pipelines-db-credentials-secret.yaml.sample

13 lines
329 B
Text
Raw Normal View History

2025-01-29 13:13:51 +00:00
apiVersion: v1
kind: Secret
metadata:
name: pipelines-db-credentials
namespace: unip-system-controller
type: Opaque
stringData:
UNIP_DATABASE_PIPELINES_USER: sample
UNIP_DATABASE_PIPELINES_PASSWORD: sample
UNIP_DATABASE_PIPELINES_HOST: sample
UNIP_DATABASE_PIPELINES_PORT: sample
UNIP_DATABASE_PIPELINES_DB: sample