Skip to content

Commit 9fe72d0

Browse files
committed
fix: syntax error
1 parent 64695d0 commit 9fe72d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/k8s-seed-data.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,12 @@ jobs:
2727
run: |
2828
helm get values opencrvs -n ${namespace} -ojson | \
2929
jq '
30-
# Quote image tags
3130
if has("image") and (.image | has("tag")) and (.image.tag | type == "number") then
3231
.image.tag = (.image.tag | tostring)
3332
else . end |
34-
# Quote version numbers
3533
if has("version") and (.version | type == "number") then
3634
.version = (.version | tostring)
3735
else . end |
38-
# Quote port numbers if needed (optional)
3936
if has("service") and (.service | has("port")) and (.service.port | type == "number") then
4037
.service.port = (.service.port | tostring)
4138
else . end

0 commit comments

Comments
 (0)