This commit is contained in:
Valentin Afanasev
2025-08-05 02:28:56 +03:00
parent 1d11707d38
commit f0152a513b
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,7 @@ name: Run pg for tests
inputs:
service_name:
required: true
runs:
using: composite
env:
@ -9,4 +10,5 @@ runs:
APP_NAME: ${{ inputs.service_name }}
SERVICE_NAME: ${{ inputs.service_name }}
steps:
run: "envsubst < postgres-template.yaml | werf kubectl apply -"
- run: |
envsubst < postgres-template.yaml | werf kubectl apply -