# Kubernetes Secret for the MerchantsOfHope application (example template) # In production, create this with kubectl create secret or use a secret management system apiVersion: v1 kind: Secret metadata: name: merchants-of-hope-secrets type: Opaque data: # These values should be base64 encoded in real deployment # Example: echo -n 'your-secret-value' | base64 database-url: secret-key: oidc-issuer: oidc-client-id: oidc-client-secret: postgres-user: postgres-password: