-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit 24f5849
author
committedJonathan S. Katz
Ensure additional info labels are not in Deployment selectors
Kustomize commonLabels are included even in the match selectors.
This adds some patching so that they are not including in the
match selectors for the PGO Deployment, as match selectors are
immutable and these labels are superfluous.
This adjusts for the behavior added in 4f123b2. If one is
affected by this, one can reinstall the PGO Deployment with
kubectl delete -k kustomize/install/bases/manager
kubectl apply -k kustomize/install1 parent 538c3c3 commit 24f5849
1 file changed
+12
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + |
0 commit comments