Skip to content

Commit a714a49

Browse files
Updated location of configmap-v1.json to a reachable destination
Signed-off-by: Ciaran Johnston <ciaran.johnston@ericsson.com>
1 parent 3e9e54e commit a714a49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • e2e/testdata/fn-eval/privilege-options/mount/.expected

e2e/testdata/fn-eval/privilege-options/mount/.expected/exec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set -eo pipefail
1717
# Download schema file
1818
SCHEMA_DIR="schema/master-standalone"
1919
mkdir -p "$SCHEMA_DIR"
20-
curl -sSL 'https://kubernetesjsonschema.dev/master-standalone/configmap-v1.json' -o $SCHEMA_DIR/configmap-v1.json
20+
curl -sSL 'https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master-standalone/configmap-v1.json' -o $SCHEMA_DIR/configmap-v1.json
2121

2222
kpt fn eval \
2323
--image ghcr.io/kptdev/krm-functions-catalog/kubeconform:latest \

0 commit comments

Comments
 (0)