Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewImage (0.18 sec)

  1. pkg/test/framework/components/authz/kube.go

    		yamlText, err = addPullSecret(yamlText, secretName)
    		if err != nil {
    			return "", err
    		}
    	}
    
    	oldImage := "gcr.io/istio-testing/ext-authz:latest"
    	newImage := fmt.Sprintf("%s/ext-authz:%s", s.Hub, s.Tag)
    	yamlText = strings.ReplaceAll(yamlText, oldImage, newImage)
    
    	// Replace the image pull policy
    	oldPolicy := "IfNotPresent"
    	newPolicy := s.PullPolicy
    	yamlText = strings.ReplaceAll(yamlText, oldPolicy, newPolicy)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top