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 wonder why cannot specify which resources(apiversion,kind,name...) to override in ClusterOverrides(subscription.spec.overrides). Is it because of the overrides only apply to the application dimension, not resource dimension?
I think it comes down to audit/traceability. One of the benefits of GitOps is that git commits can be use as a history of changes that were applied. If the subscription spec has resource override then the changes in git commits might not actually reflect on what actually were applied.
I wonder why cannot specify which resources(apiversion,kind,name...) to override in ClusterOverrides(subscription.spec.overrides). Is it because of the overrides only apply to the application dimension, not resource dimension?
multicloud-operators-subscription/pkg/apis/apps/v1/subscription_types.go
Line 167 in 4e2c4d0
The text was updated successfully, but these errors were encountered: