added secrets

This commit is contained in:
Jun-te Kim 2026-01-18 12:22:00 +00:00
parent 734e134c17
commit 604f460651

View file

@ -134,7 +134,7 @@ jobs:
export STRIPE_SECRET_KEY STRIPE_CLIENT_ID NAMESPACE
envsubst < stripe_to_invoice/deployment/stripe-secrets.yaml \
envsubst < stripe_to_invoice/deployment/secrets/stripe-secrets.yaml \
| kubectl apply -f -
# --------------------------------------------------