mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 20:17:29 +08:00
add istio workload sds (#1332)
This commit is contained in:
@@ -167,6 +167,12 @@ template:
|
|||||||
{{- toYaml .Values.gateway.resources | nindent 10 }}
|
{{- toYaml .Values.gateway.resources | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
- mountPath: /var/run/secrets/workload-spiffe-uds
|
||||||
|
name: workload-socket
|
||||||
|
- mountPath: /var/run/secrets/credential-uds
|
||||||
|
name: credential-socket
|
||||||
|
- mountPath: /var/run/secrets/workload-spiffe-credentials
|
||||||
|
name: workload-certs
|
||||||
{{- if eq (include "controller.jwtPolicy" .) "third-party-jwt" }}
|
{{- if eq (include "controller.jwtPolicy" .) "third-party-jwt" }}
|
||||||
- name: istio-token
|
- name: istio-token
|
||||||
mountPath: /var/run/secrets/tokens
|
mountPath: /var/run/secrets/tokens
|
||||||
@@ -245,6 +251,12 @@ template:
|
|||||||
{{- toYaml . | nindent 6 }}
|
{{- toYaml . | nindent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumes:
|
volumes:
|
||||||
|
- emptyDir: {}
|
||||||
|
name: workload-socket
|
||||||
|
- emptyDir: {}
|
||||||
|
name: credential-socket
|
||||||
|
- emptyDir: {}
|
||||||
|
name: workload-certs
|
||||||
{{- if eq (include "controller.jwtPolicy" .) "third-party-jwt" }}
|
{{- if eq (include "controller.jwtPolicy" .) "third-party-jwt" }}
|
||||||
- name: istio-token
|
- name: istio-token
|
||||||
projected:
|
projected:
|
||||||
|
|||||||
Reference in New Issue
Block a user