18 lines
622 B
Go Template
18 lines
622 B
Go Template
identityTrustAnchorsPEM: {{- .Values.linkerd.trustAnchorPEM | toYaml | indent 7 }}
|
|
identity:
|
|
issuer:
|
|
scheme: {{ .Values.linkerd.secretScheme }}
|
|
{{- if .Values.linkerd.identityIssuerPEM }}
|
|
tls:
|
|
crtPEM: {{- .Values.linkerd.identityIssuerPEM | toYaml | indent 14 }}
|
|
{{- end }}
|
|
policyValidator:
|
|
externalSecret: true
|
|
caBundle: {{- .Values.linkerd.webhookPEM | toYaml | indent 9 }}
|
|
proxyInjector:
|
|
externalSecret: true
|
|
caBundle: {{- .Values.linkerd.webhookPEM | toYaml | indent 9 }}
|
|
profileValidator:
|
|
externalSecret: true
|
|
caBundle: {{- .Values.linkerd.webhookPEM | toYaml | indent 9 }}
|