argocd-image-updater
argocd-image-updater copied to clipboard
kubectl kustomize --load-restrictor=LoadRestrictionsNone /path/to/kustomization/directory > output.yaml Not working
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