Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for INJECTION_WEBHOOK_CONFIG_NAME (0.31 sec)

  1. tests/integration/iop-externalistiod-primary-integration-test-defaults.yaml

              - path: spec.template.spec.containers[0].volumeMounts[100]
                value: |-
                  name: inject-volume
                  mountPath: /var/lib/istio/inject
            env:
            - name: INJECTION_WEBHOOK_CONFIG_NAME
              value: "istio-sidecar-injector-istio-system"
            - name: VALIDATION_WEBHOOK_CONFIG_NAME
              value: "istio-istio-system"
            - name: EXTERNAL_ISTIOD
              value: "true"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 05 22:06:57 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  2. pilot/pkg/features/pilot.go

    			"It is safe to disable it if you are quite sure you don't need this feature").Get()
    
    	InjectionWebhookConfigName = env.Register("INJECTION_WEBHOOK_CONFIG_NAME", "istio-sidecar-injector",
    		"Name of the mutatingwebhookconfiguration to patch, if istioctl is not used.").Get()
    
    	ValidationWebhookConfigName = env.Register("VALIDATION_WEBHOOK_CONFIG_NAME", "istio-istio-system",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top