Skip to content

Commit

Permalink
fix: ensure operator management config for non-OpenShift distros
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed Oct 17, 2023
1 parent 378995e commit f2610c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/non-olm/patches/manager_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,15 @@ spec:
env:
- name: WATCH_NAMESPACE
value: null
args:
- "--config=controller_manager_config.yaml"
volumeMounts:
- name: manager-config
mountPath: /controller_manager_config.yaml
subPath: controller_manager_config.yaml
securityContext:
fsGroup: 65534
volumes:
- name: manager-config
configMap:
name: manager-config

0 comments on commit f2610c8

Please sign in to comment.