Skip to content

Commit

Permalink
dc/ocpi fix cicd hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Nov 19, 2024
1 parent 45390c4 commit 4525029
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dc-echarging-ocpi-neogy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ jobs:
# Merge yaml files https://mikefarah.gitbook.io/yq/operators/multiply-merge
yq -i '. *= load("override.yml")' ${{env.VALUES_YAML}}
- name: Write environment-specific Helm values (hosts)
run: |
cat <<EOF > override.yml
ingress:
tls:
Expand All @@ -117,7 +115,8 @@ jobs:
paths:
- path: "/"
pathType: Prefix
EOF
EOF
# Different from above, we only do a shallow merge, so that original hosts are replaced, not appended
yq -i '. += load("override.yml")' ${{env.VALUES_YAML}}
Expand Down

0 comments on commit 4525029

Please sign in to comment.