From 8e6770fb133602520164d74f506b10f392b624ae Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 22 Dec 2022 14:44:03 +0100 Subject: [PATCH] fix: set pipefail in flux-validate script --- overlay/usr/local/bin/flux-validate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/usr/local/bin/flux-validate b/overlay/usr/local/bin/flux-validate index 529febf..e9e281b 100755 --- a/overlay/usr/local/bin/flux-validate +++ b/overlay/usr/local/bin/flux-validate @@ -23,7 +23,7 @@ # manifests (including Flux custom resources) before changes are merged into # the branch synced by Flux in-cluster. -set -o errexit +set -eo pipefail KUSTOMIZE_FLAGS=("--load-restrictor=LoadRestrictionsNone") KUSTOMIZE_CONFIG="kustomization.yaml"