Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for imagePullPolicy (0.15 sec)

  1. manifests/charts/ztunnel/templates/daemonset.yaml

              name: ztunnel-stats
              protocol: TCP
            resources:
    {{- if .Values.resources }}
    {{ toYaml .Values.resources | trim | indent 10 }}
    {{- end }}
    {{- with .Values.imagePullPolicy }}
            imagePullPolicy: {{ . }}
    {{- end }}
            securityContext:
              allowPrivilegeEscalation: false
              privileged: false
              capabilities:
                drop:
                - ALL
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 5.2K bytes
    - Viewed (0)
  2. manifests/charts/istio-cni/templates/daemonset.yaml

    {{- end }}
    {{- if or .Values.cni.pullPolicy .Values.global.imagePullPolicy }}
              imagePullPolicy: {{ .Values.cni.pullPolicy | default .Values.global.imagePullPolicy }}
    {{- end }}
              readinessProbe:
                httpGet:
                  path: /readyz
                  port: 8000
              securityContext:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 9.4K bytes
    - Viewed (0)
Back to top