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
Verified error in Rancher v2.10-4a48bc42c1fcaa2a2a40b6eb3d1f63e73524167-head with fleet fleet:105.0.0+up0.11.0 and then working when pointing to fleet image v0.11.1-rc.1:
Before fix:
Gitreporestriction is empty in job container and allows gitrepo to be deployed even when service account does not set right permissions:
After fix:
Gitreporestriction is not empty and prevents gitrepo from being successfully deployed when service accounts lacks proper permissions:
This is a backport issue for #3077, automatically created via GitHub Actions workflow initiated by @manno
Original issue body:
GitRepoRestriction resources can be used to default GitRepos and restrict their values.
Default values for GitRepo resources, configured through a GitRepoRestriction resource are not applied, although the restrictions remain functional.
See #3056
The text was updated successfully, but these errors were encountered: