Skip to content

Commit

Permalink
Merge pull request #444 from redhatrises/config_nonocp
Browse files Browse the repository at this point in the history
fix: ensure operator management config for non-OpenShift distros
  • Loading branch information
redhatrises authored Oct 17, 2023
2 parents 484fb81 + f2610c8 commit c77eb42
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 c77eb42

Please sign in to comment.