bevel icon indicating copy to clipboard operation
bevel copied to clipboard

feat(fabric): support for labels in deployment and service

Open adityajoshi12 opened this issue 1 year ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe. As a user I want to add custom labels to the fabric peer/orderer/ca nodes.

Describe the solution you'd like Labels can be pass from the network.yaml file

network:
    labels:
      service: {}
      pvc: {}
      deployment: {}

Additional context This feature is currently available in besu Issue, PR

adityajoshi12 avatar Feb 27 '24 06:02 adityajoshi12

@adityajoshi12 , will update the chart to allow having custom labels.

suvajit-sarkar avatar Mar 11 '24 12:03 suvajit-sarkar

Yes, It will also require some changes in the .tpl files.

adityajoshi12 avatar Mar 12 '24 15:03 adityajoshi12