hyperledger-labs / fabric-operator

Hyperledger Fabric Kubernetes Operator
Apache License 2.0
66 stars 37 forks source link

fluentd configmap is created even if fluentd is not set #100

Closed tbondarchuk closed 8 months ago

tbondarchuk commented 1 year ago

sample-network does not have fluentd configured in CRDs, so fluentd container is not present in pods but fluentd configmaps are still created and mounted as volumes:

        volumes:
        - name: db-data
          persistentVolumeClaim:
            claimName: org2-peer1-statedb-pvc
        - name: fabric-peer-0
          persistentVolumeClaim:
            claimName: org2-peer1-pvc
        - configMap:
            defaultMode: 420
            name: org2-peer1-fluentd
          name: fluentd-config
asararatnakar commented 8 months ago

This has been addressed