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
{{ message }}
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
Hi!
It looks like the .apply rule applies k8s objects even if there are dependencies are not changed.
For example, it applies deployment even image was not rebuilt. Is this expected behavior?
I'm using a custom macro to emulate "kustomize", and does some substitutions, but underlying values do not change.
Not sure if it causes this.
Please point out what I'm missing?
Hi!
It looks like the .apply rule applies k8s objects even if there are dependencies are not changed.
For example, it applies deployment even image was not rebuilt. Is this expected behavior?
I'm using a custom macro to emulate "kustomize", and does some substitutions, but underlying values do not change.
Not sure if it causes this.
Please point out what I'm missing?
Thanks!