Open genfemme opened 6 months ago
waiting for response
Was assisting someone with this today. No resolution, but one detail not mentioned here:
It works if you install using helm, but doesn't when installing using argocd targeting default project, why would that be?
Could you rephrase the question please?
ArgoCD versions 2.10 and below have reached EOL. Can you upgrade and tell us if the issue is still present, please?
We have a dev environment set up with ArgoCD version v2.7.9 that is using Helm version v3.11.2 to deploy applications. We have a github synchronization setup to automate this.
As the values.yaml file does not take the CR, I am applying this manually after the application is deployed in ArgoCD.
When I check the status of the Kiali server, I get the below error - Command run to check the status -
kubectl get kiali kiali -n istio-system -o jsonpath='{.status}' | jq
Confirmation of the presence of the kiali-viewer role -
kiali-application.yaml file:
Values.yaml file
How can I make the values.yaml file to take the CR details so that I do not have to manually apply the CR? Could this be the reason of getting the errors?
I am following the instructions from here - https://kiali.io/docs/installation/installation-guide/example-install/
Checklist:
argocd version
.Expected behavior
Successful kiali deployment using the values in the values.yaml file to avoid manual apply via the Kubectl commands. No errors of the role not being found as the role does get created.
Version