istio.io/istio@v0.0.0-20240520182934-d79c90f27776/operator/cmd/mesh/testdata/manifest-generate/input/sidecar_template.yaml (about) 1 apiVersion: install.istio.io/v1alpha1 2 kind: IstioOperator 3 spec: 4 values: 5 sidecarInjectorWebhook: 6 defaultTemplates: ["sidecar", "credential-volume"] 7 templates: 8 credential-volume: | 9 spec: 10 volumes: 11 - name: application-credentials 12 secret: 13 secretName: secret 14 containers: 15 - name: istio-proxy 16 volumeMounts: 17 - name: application-credentials 18 mountPath: /etc/istio/application-credentials 19 readOnly: true