Skip to content

Commit

Permalink
Fix yaml env ValueFrom field
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavi101 committed Aug 9, 2023
1 parent 21f9f84 commit 51502e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name : ARGOCD_LABEL_SELECTOR
value: ""
valueFrom:
fieldRef:
fieldPath: metadata.labels[ARGOCD_LABEL_SELECTOR]
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10

0 comments on commit 51502e0

Please sign in to comment.