refactor: move files to a kind-directory so Renovate will find them

This commit is contained in:
2024-12-28 18:07:44 +01:00
parent dc3af1b710
commit e62508cfbd
9 changed files with 11 additions and 9 deletions
+56
View File
@@ -0,0 +1,56 @@
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: "applications/shiny/gateway"
valueMap:
ISSUER: "auth0"
STRICT_SSL: "false"
- 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"