Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for rawTemplate (0.14 sec)

  1. tests/integration/ambient/baseline_test.go

    		})
    		// change the waypoint template
    		istio.GetOrFail(t, t).UpdateInjectionConfig(t, func(cfg *inject.Config) error {
    			mainTemplate := file.MustAsString(filepath.Join(env.IstioSrc, templateFile))
    			cfg.RawTemplates["waypoint"] = strings.ReplaceAll(mainTemplate, "terminationGracePeriodSeconds: 2", "terminationGracePeriodSeconds: 3")
    			return nil
    		}, cleanup.Always)
    
    		retry.UntilOrFail(t, func() bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
Back to top