Skip to content

Commit

Permalink
adding ability for the metadata.namespace to be what we watch
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn Hurley <shawn@hurley.page>
  • Loading branch information
shawn-hurley committed Nov 7, 2023
1 parent 8ed651d commit 9bed4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- name: WATCH_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
fieldPath: metadata.namespace
- name: ANSIBLE_GATHERING
value: explicit
- name: APP_NAME
Expand Down

0 comments on commit 9bed4b3

Please sign in to comment.