helm: identityTrustAnchorsPEM
, identity.issuer.tls.crtPEM
, identity.issuer.tls.keyPEM
vs tap.caBundle
, tap.crtPEM
, tap.keyPEM
vs tapInjector.caBundle
, tapInjector.crtPEM
, tapInjector.keyPEM
#11646
Unanswered
jjangga0214
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@olix0r Sorry for the mention. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am using
linkerd-viz
andlinkerd-control-plane
.The former has
tap.caBundle
,tap.crtPEM
,tap.keyPEM
,tapInjector.caBundle
,tapInjector.crtPEM
,tapInjector.keyPEM
values.The latter has
identityTrustAnchorsPEM
,identity.issuer.tls.crtPEM
,identity.issuer.tls.keyPEM
values.Can I set
tap.caBundle
==tapInjector.caBundle
==identityTrustAnchorsPEM
AND
tap.crtPEM
==tapInjector.crtPEM
==identity.issuer.tls.crtPEM
AND
tap.keyPEM
==tapInjector.keyPEM
==identity.issuer.tls.keyPEM
?
Is that possible and proper?
For example, if I write on
helmfile
's config, it'd be like the snippet below.(
helmfile
runshelm
internally. For example,set:
in yaml is equal to--set-file
in cli)Beta Was this translation helpful? Give feedback.
All reactions