apiVersion: v1
kind: Secret
metadata:
name: wanaku-service-credentials
labels:
app.kubernetes.io/part-of: wanaku
type: Opaque
stringData:
# OIDC client credentials secret for tool services
# IMPORTANT: Override this in your environment-specific overlays
# Do NOT commit actual secrets to version control
QUARKUS_OIDC_CLIENT_CREDENTIALS_SECRET: "replace-me-with-actual-secret"