examples
examples copied to clipboard
Helm chart repository for example charts
It is not possible to configure the container port through the value file
In the `values.yaml` file, we could specify several sites: ``` sites: - name: foo source: "foo.com" - name: bar source: "bar.com - name: baz source: "baz.com ``` Then the chart...
I believe it would make sense to update the `hello-world` Helm chart to the example Helm chart generated with `helm create hello-world` in Helm v3.7.2. A CI pipeline could even...