Open
Description
I think I'm trying a straight forward deployment.
- name: Deploy postgres app
id: postgres-deploy
uses: redhat-actions/[email protected]
with:
app_name: postgres
build_env:
POSTGRESQL_USER=###
POSTGRESQL_PASSWORD=###
POSTGRESQL_DATABASE=###
image: registry.access.redhat.com/rhel9/postgresql-16:1-29.1726663416
namespace: ${{ env.OPENSHIFT_NAMESPACE }}
port: 5432
But environment variables are not recognized by the pod and I cannot access any of the environment variables inside the container. I have tried adding build_env: |
as shown in the example
oc-new-app/.github/workflows/example.yml
Line 71 in eb6cabc
Using OKD 4.15.