Closed csantanapr closed 1 year ago
Update the use of metadata.annotations.addons_repo_basepath to assume it ends with / This allows the metadata value to be use for apps of application set bootstrap for example when used in argocd/ directory instead of the root Change from:
argocd/
$values{{metadata.annotations.addons_repo_basepath}}
to
$values/{{metadata.annotations.addons_repo_basepath}}
Update the use of metadata.annotations.addons_repo_basepath to assume it ends with / This allows the metadata value to be use for apps of application set bootstrap for example when used in
argocd/
directory instead of the root Change from:to