Skip to content

Commit

Permalink
chore(wave0) Disable remote resource reconcile behavior
Browse files Browse the repository at this point in the history
includes configuration options to control the default reconcile behavior
of remote resource controller and its children
  • Loading branch information
esatterwhite committed Jan 13, 2023
1 parent 5c8d017 commit 6a9eaa8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deployment/kubernetes/wave0.yaml.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ items:
name: razeedeploy-overrides
key: MTP_RECONCILE_BY_DEFAULT
optional: true
- name: RR_RECONCILE_BY_DEFAULT
valueFrom:
configMapKeyRef:
name: razeedeploy-overrides
key: RR_RECONCILE_BY_DEFAULT
optional: true
- name: CRD_WATCH_TIMEOUT_SECONDS
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 6a9eaa8

Please sign in to comment.