You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: