53 lines
1.6 KiB
YAML
53 lines
1.6 KiB
YAML
|
|
apiVersion: external-secrets.io/v1beta1
|
||
|
|
kind: ClusterSecretStore
|
||
|
|
metadata:
|
||
|
|
name: external-secrets
|
||
|
|
spec:
|
||
|
|
provider:
|
||
|
|
fake:
|
||
|
|
data:
|
||
|
|
- key: "applications/shiny/accounting-service"
|
||
|
|
valueMap:
|
||
|
|
SENTRY_DSN: ""
|
||
|
|
SENTRY_DISABLED: "true"
|
||
|
|
- key: "applications/shiny/authz-service"
|
||
|
|
valueMap:
|
||
|
|
SENTRY_DSN: ""
|
||
|
|
SENTRY_DISABLED: "true"
|
||
|
|
- key: "applications/shiny/company-service"
|
||
|
|
valueMap:
|
||
|
|
SENTRY_DSN: ""
|
||
|
|
SENTRY_DISABLED: "true"
|
||
|
|
- key: "applications/shiny/consumer-service"
|
||
|
|
valueMap:
|
||
|
|
SENTRY_DSN: ""
|
||
|
|
SENTRY_DISABLED: "true"
|
||
|
|
- key: "applications/shiny/employee-service"
|
||
|
|
valueMap:
|
||
|
|
SENTRY_DSN: ""
|
||
|
|
SENTRY_DISABLED: "true"
|
||
|
|
- key: "applications/shiny/invoice-service"
|
||
|
|
valueMap:
|
||
|
|
SENTRY_DSN: ""
|
||
|
|
SENTRY_DISABLED: "true"
|
||
|
|
- key: "applications/shiny/notification-service"
|
||
|
|
valueMap:
|
||
|
|
SENTRY_DSN: ""
|
||
|
|
SENTRY_DISABLED: "true"
|
||
|
|
- key: "applications/shiny/salary-service"
|
||
|
|
valueMap:
|
||
|
|
SENTRY_DSN: ""
|
||
|
|
SENTRY_DISABLED: "true"
|
||
|
|
- key: "applications/shiny/time-service"
|
||
|
|
valueMap:
|
||
|
|
SENTRY_DSN: ""
|
||
|
|
SENTRY_DISABLED: "true"
|
||
|
|
- key: "rds/postgres/prod-psql"
|
||
|
|
valueMap:
|
||
|
|
POSTGRES_URL: "postgres://postgres:postgres@postgres:5432/postgres?sslmode=disable"
|
||
|
|
DB_HOST: "postgres"
|
||
|
|
DB_NAME: "postgres"
|
||
|
|
DB_PASSWORD: "postgres"
|
||
|
|
DB_PORT: "5432"
|
||
|
|
DB_USERNAME: "postgres"
|