Create a file called values.yaml and fill in the values with content given by TrueFoundry team
Copy
Ask AI
tenantName: "" # Given by TrueFoundry team controlPlaneURL: "https://domain" # Given by TrueFoundry team clusterName: "" truefoundry: enabled: true devMode: enabled: false # Set to true if you want to test the control plane in dev mode # Virtual service to create virtualservice: enabled: false hosts: ["domain"] gateways: ["istio-system/tfy-wildcard"] database: host: "" name: "" username: "" password: "" tfyApiKey: "" # Given by TrueFoundry team truefoundryImagePullConfigJSON: "" # Given by truefoundry team tfyAgent: enabled: false # kept false as this is used only in compute plane
Apply the helm chart with the values.yaml. Replace the chart_name with the correct one from step 3