click-to-deploy/k8s/harbor readme.md has incorrect instructions resulting in doubled image tags. #2687
Open
1 of 3 tasks
Labels
kind/k8s
Related to the Kubernetes application
needs-triage
This wasn't investigate by the repo's owners yet
Category:
Kubernetes apps
Type:
The
click-to-deploy
readme.md
incorrectly passes the image tags to themanifest.yaml
twice. Once during variable export, and again during the setting of the template variables during manifest template creation.Solution is to delete the tag setting for the image repository during the environmental variable export. This will avoid needing to change the template.
The text was updated successfully, but these errors were encountered: