github.com/redhat-appstudio/release-service@v0.0.0-20240507143925-083712697924/config/default/manager_config_patch.yaml (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 metadata: 4 name: controller-manager 5 namespace: system 6 spec: 7 template: 8 spec: 9 containers: 10 - name: manager 11 args: 12 - "--config=controller_manager_config.yaml" 13 volumeMounts: 14 - name: manager-config 15 mountPath: /controller_manager_config.yaml 16 subPath: controller_manager_config.yaml 17 volumes: 18 - name: manager-config 19 configMap: 20 name: manager-config