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
1. Undo changes to the charts and deploy directories
2. Add boilerplate to pkg/constants/constants.go
3. Changed logging to entire VolumeContext to just the FSGroup
4. Updated the way empty string is checked
5. changed Infof to InfoS
6. Removed un-necessary/redundant logs
errStr:=fmt.Sprintf("failed to rotate objects for pod %s/%s, err: %v, invalid FSGroup:%s", spcps.Namespace, spcps.Status.PodName, err, spcps.Status.FSGroup)
408
+
errStr:=fmt.Sprintf("failed to rotate objects for pod %s/%s, invalid FSGroup:%s, err: %w ", spcps.Namespace, spcps.Status.PodName, spcps.Status.FSGroup, err)
0 commit comments