Skip to content

Commit

Permalink
try to fix --set issue of CT
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Apr 4, 2024
1 parent 15915ac commit 3de86ea
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/auth-layer-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
- name: Install ct
uses: helm/[email protected]

- name: Install chart
run: ct install --helm-extra-args="--set global.auth.clientSecret=abc123 --timeout 10m" --charts charts/hedera-the-graph-auth-layer --config .github/ct.yaml
- name: Create custom values file
run: |
cat <<EOF > custom-values.yaml
global:
auth:
clientSecret: abc123
EOF
- name: Install chart
run: ct install --helm-extra-args="--values custom-values.yaml --timeout 10m" --charts charts/hedera-the-graph-auth-layer --config .github/ct.yaml

0 comments on commit 3de86ea

Please sign in to comment.