steep-furniture-72588
09/20/2022, 12:41 PMchart
field and refer to a tgz file. If repo is used the
# value of chart
will be used as the chart name to lookup in the Helm repository.
repo: https://charts.releases.teleport.dev
# A custom release name to deploy the chart as. If not specified a release name
# will be generated.
releaseName: teleport-cluster
# The version of the chart or semver constraint of the chart to find. If a constraint
# is specified it is evaluated each time git changes.
# The version also determines which chart to download from OCI registries.
version: 10.2.2
# Any values that should be placed in the values.yaml
and passed to helm during
# install.
valuesFiles:
- values.yaml
# Override immutable resources. This could be dangerous.
force: false
# Set the Helm --atomic flag when upgrading
atomic: false
clusterName: prm
Any help appreciated. Tiaquick-sandwich-76600
09/21/2022, 10:16 PMsteep-furniture-72588
09/22/2022, 12:49 AM