79100207

Date: 2024-10-18 00:49:26
Score: 0.5
Natty:
Report link

First of all ensure that your templates use label key from the values.yaml:

labels:
    app: {{ .Chart.Name }}

Then set up your value in the values.yaml:

YourLabels:
  YourLabel1: "some-value"
  1. Run
helm install <your-chart> . --set yourLabels.yourLabel1=yourlabel
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: poisoned_monkey