Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 65 for injectedAnnotations (0.21 sec)

  1. pkg/kube/inject/testdata/inputs/enable-core-dump.yaml.5.values.gen.yaml

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inputs/hello-existing-cncf-networks-json.yaml.16.values.gen.yaml

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inputs/hello.yaml.0.values.gen.yaml

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inputs/hello.yaml.12.values.gen.yaml

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inputs/custom-template.yaml.40.values.gen.yaml

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  6. pkg/kube/inject/inject.go

    	// over it and stop at the first match
    	AlwaysInjectSelector []metav1.LabelSelector `json:"alwaysInjectSelector"`
    
    	// InjectedAnnotations are additional annotations that will be added to the pod spec after injection
    	// This is primarily to support PSP annotations.
    	InjectedAnnotations map[string]string `json:"injectedAnnotations"`
    
    	// Templates is a pre-parsed copy of RawTemplates
    	Templates Templates `json:"-"`
    }
    
    const (
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 28.8K bytes
    - Viewed (0)
  7. manifests/charts/istiod-remote/values.yaml

        # injectedAnnotations:
        #   container.apparmor.security.beta.kubernetes.io/istio-init: runtime/default
        #   container.apparmor.security.beta.kubernetes.io/istio-proxy: runtime/default
        injectedAnnotations: {}
        # This enables injection of sidecar in all namespaces,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21K bytes
    - Viewed (0)
  8. manifests/charts/istio-control/istio-discovery/values.yaml

        # injectedAnnotations:
        #   container.apparmor.security.beta.kubernetes.io/istio-init: runtime/default
        #   container.apparmor.security.beta.kubernetes.io/istio-proxy: runtime/default
        injectedAnnotations: {}
    
        # This enables injection of sidecar in all namespaces,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/testdata/sidecar-injector-configmap-absolute-override.yaml

          dnsConfig:
            searches:
              {{- range .Values.global.podDNSSearchNamespaces }}
              - {{ render . }}
              {{- end }}
          {{- end }}
        injectedAnnotations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/testdata/sidecar-injector-configmap-with-revision-canary.yaml

          dnsConfig:
            searches:
              {{- range .Values.global.podDNSSearchNamespaces }}
              - {{ render . }}
              {{- end }}
          {{- end }}
        injectedAnnotations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
Back to top