From beba6a900d08395395cb112844c3dfa80ac9c1ae Mon Sep 17 00:00:00 2001 From: Mark Mercado Date: Fri, 8 Apr 2022 16:43:59 -0400 Subject: [PATCH] Update kustomize build args for v4+ --- molecule/default/kustomize.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/default/kustomize.yml b/molecule/default/kustomize.yml index f3d888c2..75183ccf 100644 --- a/molecule/default/kustomize.yml +++ b/molecule/default/kustomize.yml @@ -1,7 +1,7 @@ --- - name: Build kustomize testing overlay # load_restrictor must be set to none so we can load patch files from the default overlay - command: '{{ kustomize }} build --load_restrictor none .' + command: '{{ kustomize }} build --load-restrictor LoadRestrictionsNone .' args: chdir: '{{ config_dir }}/testing' register: resources