Update kustomize build args for v4+

This commit is contained in:
Mark Mercado
2022-04-08 16:43:59 -04:00
committed by Shane McDonald
parent 7f72260445
commit beba6a900d

View File

@@ -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