Skip to content

Commit a2ae0cf

Browse files
committed
Correcting yq v4 syntax
Signed-off-by: Danny Kopping <[email protected]>
1 parent f5c3291 commit a2ae0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compile.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ helm dependency update coder-observability/
1313
# We *expect* that the versions will change in the rendered template output, so we ignore those, but
1414
# if there are changes to the manifests themselves then we need to fail the build to force manual review.
1515
helm template --namespace coder-observability -f coder-observability/values.yaml coder-observability coder-observability/ | \
16-
yq 'del(.spec.template.spec.containers[].image, .metadata.labels."helm.sh/chart", .metadata.labels."app.kubernetes.io/version")' - \
16+
yq e 'del(.spec.template.spec.containers[].image, .metadata.labels."helm.sh/chart", .metadata.labels."app.kubernetes.io/version")' - \
1717
> compiled/resources.yaml
1818

1919
check_unstaged "compiled"

0 commit comments

Comments
 (0)