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
I want to temporarily change a k8s resource using the functionality of original custom controller. Therefore, there will be a temporary difference from Git.
The custom controller is also responsible for restoring the same state as Git.
I'm having a problem because if there is a release of the application on PipeCD while it is temporarily different from Git, it reverts back to the same state as Git.
Idea
I would like to add an option to ignore PipeCD updates if the k8s resource is given an any labels or annotations.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Why
I want to temporarily change a k8s resource using the functionality of original custom controller. Therefore, there will be a temporary difference from Git.
The custom controller is also responsible for restoring the same state as Git.
I'm having a problem because if there is a release of the application on PipeCD while it is temporarily different from Git, it reverts back to the same state as Git.
Idea
I would like to add an option to ignore PipeCD updates if the k8s resource is given an any labels or annotations.
Beta Was this translation helpful? Give feedback.
All reactions