Skip to content

Commit

Permalink
updated label-selector format in manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavi101 committed Aug 29, 2023
1 parent 54aa8ac commit da93c4a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bundle/manifests/argocd-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1740,6 +1740,7 @@ spec:
containers:
- args:
- --leader-elect
- --label-selector
command:
- /manager
env:
Expand All @@ -1749,6 +1750,8 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: ENABLE_CONVERSION_WEBHOOK
value: "true"
- name: ARGOCD_LABEL_SELECTOR
value: ""
image: quay.io/argoprojlabs/argocd-operator:v0.8.0
livenessProbe:
httpGet:
Expand Down
3 changes: 3 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ spec:
- /manager
args:
- --leader-elect
- --label-selector
image: controller:latest
name: manager
securityContext:
Expand All @@ -55,5 +56,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: ARGOCD_LABEL_SELECTOR
value: ""
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10
Original file line number Diff line number Diff line change
Expand Up @@ -1740,6 +1740,7 @@ spec:
containers:
- args:
- --leader-elect
- --label-selector
command:
- /manager
env:
Expand All @@ -1749,6 +1750,8 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: ENABLE_CONVERSION_WEBHOOK
value: "true"
- name: ARGOCD_LABEL_SELECTOR
value: ""
image: quay.io/argoprojlabs/argocd-operator:v0.8.0
livenessProbe:
httpGet:
Expand Down

0 comments on commit da93c4a

Please sign in to comment.