We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c3291 commit a2ae0cfCopy full SHA for a2ae0cf
scripts/compile.sh
@@ -13,7 +13,7 @@ helm dependency update coder-observability/
13
# We *expect* that the versions will change in the rendered template output, so we ignore those, but
14
# if there are changes to the manifests themselves then we need to fail the build to force manual review.
15
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")' - \
+ yq e 'del(.spec.template.spec.containers[].image, .metadata.labels."helm.sh/chart", .metadata.labels."app.kubernetes.io/version")' - \
17
> compiled/resources.yaml
18
19
check_unstaged "compiled"
0 commit comments