Skip to content

Commit

Permalink
fix manifests build
Browse files Browse the repository at this point in the history
Signed-off-by: Raghavi Shirur <[email protected]>
Signed-off-by: Ishita Sequeira <[email protected]>
Signed-off-by: Raghavi Shirur <[email protected]>
  • Loading branch information
ishitasequeira authored and raghavi101 committed Oct 12, 2023
1 parent c69efdf commit 4b433d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bundle/manifests/argocd-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1733,13 +1733,15 @@ spec:
containers:
- args:
- --leader-elect
- --label-selector
command:
- /manager
env:
- name: WATCH_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: ARGOCD_LABEL_SELECTOR
- name: ENABLE_CONVERSION_WEBHOOK
value: "true"
image: quay.io/argoprojlabs/argocd-operator:v0.8.0
Expand Down Expand Up @@ -1846,4 +1848,4 @@ spec:
sideEffects: None
targetPort: 9443
type: ConversionWebhook
webhookPath: /convert
webhookPath: /convert
Original file line number Diff line number Diff line change
Expand Up @@ -1733,13 +1733,15 @@ spec:
containers:
- args:
- --leader-elect
- --label-selector
command:
- /manager
env:
- name: WATCH_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: ARGOCD_LABEL_SELECTOR
- name: ENABLE_CONVERSION_WEBHOOK
value: "true"
image: quay.io/argoprojlabs/argocd-operator:v0.8.0
Expand Down

0 comments on commit 4b433d8

Please sign in to comment.