-
Notifications
You must be signed in to change notification settings - Fork 843
Description
Hi Team,
We attempted to deploy Litmus Chaos using the official Helm chart. After deploying the litmus and litmus-core charts, we were able to access the UI. However, upon navigating to the Environment page, we encountered an error (see attached screenshot).
We suspect this issue is due to the Litmus agent not being deployed. Subsequently, we deployed the litmus-agent and ensured the following variables were set:
INFRA_NAME: "helm-agent"
INFRA_DESCRIPTION: "On-premises Kubernetes chaos agent deployed in separate cluster"
INFRA_TYPE: "external"
PLATFORM_NAME: "Rancher"
LITMUS_URL: "https://litmuschaos.custom-domain.com"
LITMUS_USERNAME: "admin"
LITMUS_PASSWORD: "Litmus"
LITMUS_PROJECT_ID: "ea1512b4-35e1-4b49-896b-xxxxxxxx"
LITMUS_ENVIRONMENT_ID: "QA"
Despite this, during the pre-install job, we encountered the following error (screenshot attached):
Based on the secrets.yaml, the backend URL is set to https://litmuschaos.custom-domain.com/api/query. We checked the curl response to this endpoint, and received another error (screenshot attached).
Could you please advise on what should be checked or adjusted to resolve this issue?