Skip to content

Commit abba5c7

Browse files
committed
Added helm template output.
1 parent 39ec610 commit abba5c7

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/helm-tests.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,20 @@ jobs:
7474
oci://registry.developers.crunchydata.com/crunchydata/pgo \
7575
--version ${{ env.PGO_VERSION }}
7676
77-
- name: helm render/install eoapi templates
77+
- name: helm output for debugging
7878
run: |
79-
export GITSHA='${{github.sha}}'
80-
8179
cd helm-chart
82-
8380
helm dependency build eoapi
81+
helm template eoapi \
82+
-f ./eoapi/values.yaml \
83+
-f ./eoapi/test-k3s-unittest-values.yaml \
84+
./eoapi
8485
86+
- name: helm render and install eoapi templates
87+
run: |
88+
export GITSHA='${{github.sha}}'
89+
cd helm-chart
90+
helm dependency build eoapi
8591
helm install $RELEASE_NAME \
8692
-f ./eoapi/values.yaml \
8793
-f ./eoapi/test-k3s-unittest-values.yaml \

0 commit comments

Comments
 (0)