Skip to content

Commit 34359e2

Browse files
authored
Merge pull request #5572 from k8s-infra-cherrypick-robot/cherry-pick-5556-to-release-1.18
[release-1.18] fix: support ClusterCacheTracker
2 parents 4764231 + 2ac219c commit 34359e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/manager/manager.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ spec:
6565
valueFrom:
6666
fieldRef:
6767
fieldPath: metadata.namespace
68+
- name: POD_UID
69+
valueFrom:
70+
fieldRef:
71+
fieldPath: metadata.uid
6872
securityContext:
6973
allowPrivilegeEscalation: false
7074
capabilities:

0 commit comments

Comments
 (0)