Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. manifests/charts/istio-cni/templates/daemonset.yaml

            - name: cni-host-procfs
              hostPath:
                path: /proc
                type: Directory
            {{- end }}
            {{- if .Values.cni.ambient.enabled }}
            - name: cni-ztunnel-sock-dir
              hostPath:
                path: /var/run/ztunnel
                type: DirectoryOrCreate
            {{- end }}
            - name: cni-net-dir
              hostPath:
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Feb 28 17:29:38 GMT 2024
    - 9.4K bytes
    - Viewed (0)
  2. manifests/charts/ztunnel/templates/daemonset.yaml

                  audience: istio-ca
          - name: istiod-ca-cert
            configMap:
              name: istio-ca-root-cert
          - name: cni-ztunnel-sock-dir
            hostPath:
              path: /var/run/ztunnel
              type: DirectoryOrCreate # ideally this would be a socket, but ztunnel may not have started yet.
          {{- with .Values.volumes }}
            {{- toYaml . | nindent 6}}
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Fri Jan 26 20:34:28 GMT 2024
    - 5K bytes
    - Viewed (0)
Back to top