11 lines
271 B
YAML
11 lines
271 B
YAML
# Dev secrets - static secrets for services without Vault integration
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: cloud-auth-credentials
|
|
namespace: cloud-services
|
|
type: Opaque
|
|
stringData:
|
|
OIDC_CLIENT_ID: ota-portal
|
|
OIDC_CLIENT_SECRET: ota-portal-secret-change-me
|