Skip to content

Commit

Permalink
fix(k8s/unwind/vm-operator): filter applyset labels
Browse files Browse the repository at this point in the history
  • Loading branch information
uhthomas committed Jul 9, 2023
1 parent 343490b commit a1d50f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k8s/unwind/vm_operator/deployment_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ import (
env: [{
name: "WATCH_NAMESPACE"
value: ""
}, {
name: "VM_FILTERCHILDLABELPREFIXES"
value: "applyset.kubernetes.io"
}]
resources: {
limits: {
Expand Down

0 comments on commit a1d50f6

Please sign in to comment.