Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validateEnableNamespacesByDefault (0.43 sec)

  1. operator/pkg/helmreconciler/reconciler.go

    	if !ok {
    		return false
    	}
    	return omw
    }
    
    // validateEnableNamespacesByDefault checks whether there is .Values.sidecarInjectorWebhook.enableNamespacesByDefault set in the Istio Operator.
    // Should be used in installer when deciding whether to enable an automatic sidecar injection in all namespaces.
    func validateEnableNamespacesByDefault(iop *istioV1Alpha1.IstioOperator) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 22 08:32:23 UTC 2024
    - 22K bytes
    - Viewed (0)
Back to top