Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for wvolume (0.14 sec)

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

              {{- toYaml . | nindent 8 }}
            {{- end }}
          priorityClassName: system-node-critical
          terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}
          volumes:
          - name: istio-token
            projected:
              sources:
              - serviceAccountToken:
                  path: istio-token
                  expirationSeconds: 43200
                  audience: istio-ca
    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

              resources:
    {{- if .Values.cni.resources }}
    {{ toYaml .Values.cni.resources | trim | indent 12 }}
    {{- else }}
    {{ toYaml .Values.global.defaultResources | trim | indent 12 }}
    {{- end }}
          volumes:
            # Used to install CNI.
            - name: cni-bin-dir
              hostPath:
                path: {{ .Values.cni.cniBinDir | default $defaultBinDir }}
    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