account for move of repo from vmware-tanzu to vmware on GitHub

This commit is contained in:
Ryan Richard
2025-08-02 15:08:15 -07:00
parent 8f583447ca
commit 4fe8167f60
75 changed files with 232 additions and 233 deletions

View File

@@ -647,7 +647,7 @@ func (c *agentController) newAgentDeployment(controllerManagerPod *corev1.Pod) *
},
Requests: corev1.ResourceList{
corev1.ResourceMemory: resource.MustParse("32Mi"),
// Must be explicitly 0 (not unset) to avoid problem described in https://github.com/vmware-tanzu/pinniped/issues/1507.
// Must be explicitly 0 (not unset) to avoid problem described in https://github.com/vmware/pinniped/issues/1507.
corev1.ResourceCPU: resource.MustParse("0"),
},
},