We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ec610 commit abba5c7Copy full SHA for abba5c7
.github/workflows/helm-tests.yml
@@ -74,14 +74,20 @@ jobs:
74
oci://registry.developers.crunchydata.com/crunchydata/pgo \
75
--version ${{ env.PGO_VERSION }}
76
77
- - name: helm render/install eoapi templates
+ - name: helm output for debugging
78
run: |
79
- export GITSHA='${{github.sha}}'
80
-
81
cd helm-chart
82
83
helm dependency build eoapi
+ helm template eoapi \
+ -f ./eoapi/values.yaml \
+ -f ./eoapi/test-k3s-unittest-values.yaml \
84
+ ./eoapi
85
86
+ - name: helm render and install eoapi templates
87
+ run: |
88
+ export GITSHA='${{github.sha}}'
89
+ cd helm-chart
90
+ helm dependency build eoapi
91
helm install $RELEASE_NAME \
92
-f ./eoapi/values.yaml \
93
-f ./eoapi/test-k3s-unittest-values.yaml \
0 commit comments