Add skipOwnership to fleet.yaml
This commit is contained in:
parent
c358fc3b6e
commit
76ba483e36
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue