Skip to content

Commit

Permalink
removed label-selector option from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavi101 committed Aug 29, 2023
1 parent d76fdd3 commit 54aa8ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,6 @@ spec:
containers:
- args:
- --leader-elect
- --label-selector
command:
- /manager
env:
Expand Down
5 changes: 0 additions & 5 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ spec:
- /manager
args:
- --leader-elect
- --label-selector
image: controller:latest
name: manager
securityContext:
Expand All @@ -56,9 +55,5 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name : ARGOCD_LABEL_SELECTOR
valueFrom:
fieldRef:
fieldPath: metadata.labels[ARGOCD_LABEL_SELECTOR]
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10

0 comments on commit 54aa8ac

Please sign in to comment.