Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InstallChartWithValues (0.21 sec)

  1. pkg/test/helm/helm.go

    }
    
    // New returns a new instance of a helm object.
    func New(kubeConfig string) *Helm {
    	return &Helm{
    		kubeConfig: kubeConfig,
    	}
    }
    
    // InstallChartWithValues installs the specified chart with its given name to the given namespace
    func (h *Helm) InstallChartWithValues(name, chartPath, namespace string, values []string, timeout time.Duration) error {
    	command := fmt.Sprintf("helm install %s %s --namespace %s --kubeconfig %s --timeout %s %s",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 23 19:25:43 UTC 2023
    - 3.3K bytes
    - Viewed (0)
Back to top