ArgoCD: Missing CommitServer Values
Bug
Description
Kpt update didn't update the commitserver subchart values in the values.yaml file. This presented in this error Error: template: argocd/templates/argocd-commit-server/serviceaccount.yaml:1:18: executing "argocd/templates/argocd-commit-server/serviceaccount.yaml" at <.Values.commitServer.enabled>: nil pointer evaluating interface {}.enabled. in the pipeline config validation.
Provide any steps possible used to reproduce the error (ideally in an isolated fashion).
Running the following command helm template argocd ./chart will reproduce the error.
BigBang Version
What version of BigBang were you running?
bigbang version: bigbang-2.45.1
gitlab version: 7.8.0-bb.0
This can be retrieved multiple ways:
# via helm
helm ls -n bigbang
# via the deployed umbrella git tag
kubectl get gitrepository -n bigbang
Edited by Sarafa Lawal