Add skipOwnership to fleet.yaml

This commit is contained in:
Mario Manno 2023-01-10 18:05:07 +01:00
parent c358fc3b6e
commit 76ba483e36
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ helm:
# A custom release name to deploy the chart as. If not specified a release name
# will be generated by combining the invoking GitRepo.name + GitRepo.path.
releaseName: my-release
# Makes helm skip the check for its own annotations
takeOwnership: false
# 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.