github.com/IBM-Blockchain/fabric-operator@v1.0.4/config/manifests/kustomization.yaml (about) 1 # These resources constitute the fully configured set of manifests 2 # used to generate the 'manifests/' directory in a bundle. 3 resources: 4 - bases/fabric-opensource-operator.clusterserviceversion.yaml 5 - ../default 6 - ../samples 7 - ../scorecard 8 # [WEBHOOK] To enable webhooks, uncomment all the sections with [WEBHOOK] prefix. 9 # Do NOT uncomment sections with prefix [CERTMANAGER], as OLM does not support cert-manager. 10 # These patches remove the unnecessary "cert" volume and its manager container volumeMount. 11 #patchesJson6902: 12 #- target: 13 # group: apps 14 # version: v1 15 # kind: Deployment 16 # name: controller-manager 17 # namespace: system 18 # patch: |- 19 # # Remove the manager container's "cert" volumeMount, since OLM will create and mount a set of certs. 20 # # Update the indices in this path if adding or removing containers/volumeMounts in the manager's Deployment. 21 # - op: remove 22 # path: /spec/template/spec/containers/1/volumeMounts/0 23 # # Remove the "cert" volume, since OLM will create and mount a set of certs. 24 # # Update the indices in this path if adding or removing volumes in the manager's Deployment. 25 # - op: remove 26 # path: /spec/template/spec/volumes/0