gitops-bridge-dev / gitops-bridge-argocd-control-plane-template

Apache License 2.0
30 stars 104 forks source link

Update the use of metadata.annotations.addons_repo_basepath to assume it ends with / #22

Closed csantanapr closed 1 year ago

csantanapr commented 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:

$values{{metadata.annotations.addons_repo_basepath}}

to

$values/{{metadata.annotations.addons_repo_basepath}}