Install FDC Helm Chart
Install FDC Helm Chart
Replace the following variables:
$VERSIONwith the version that is present in the bundle that has been downloaded$RESELLERwith the reseller code (eithergetvisibilityorforcepoint)$PRODUCTwith the product being installed (synergyorenterprise)$ helm upgrade --install gv-platform charts/gv-platform-$VERSION.tgz --wait \ --timeout=10m0s --kubeconfig /etc/rancher/k3s/k3s.yaml \ --set high_available=true \ --set-string clusterLabels.environment=prod \ --set-string clusterLabels.cluster_reseller=$RESELLER \ --set-string clusterLabels.cluster_name=mycluster \ --set-string clusterLabels.product=$PRODUCT