argocd-image-updater icon indicating copy to clipboard operation
argocd-image-updater copied to clipboard

kubectl kustomize --load-restrictor=LoadRestrictionsNone /path/to/kustomization/directory > output.yaml Not working

Open kunalmehta-eve opened this issue 1 year ago • 0 comments

Describe the bug

We are using kubectl kustomize --load-restrictor=LoadRestrictionsNone /path/to/kustomization/directory > output.yaml to render the templates and validate them in our CI. Now as we have started using Image updater in our stack we are having difficulties to do this step. During validation it fails if we remove images section from Kustomization.yaml

Please suggest!

To Reproduce Steps to reproduce the behavior:

Expected behavior flag with which we can pass .argocd-source.yaml to the command

Additional context Add any other context about the problem here.

Version Please tell us about the version you encountered the issue with

Logs Please paste any relevant logs here

kunalmehta-eve avatar Nov 29 '24 12:11 kunalmehta-eve