Skip to content

Commit

Permalink
add v2 telemetry label to istiod
Browse files Browse the repository at this point in the history
  • Loading branch information
waynz0r committed Nov 12, 2020
1 parent c26c1aa commit d3524e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/resources/istiod/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ func (r *Reconciler) containerEnvs() []apiv1.EnvVar {
Name: "CACERT_CONFIG_NAME",
Value: r.Config.WithRevision("istio-ca-root-cert"),
},
{
Name: "PILOT_ENDPOINT_TELEMETRY_LABEL",
Value: "true",
},
}...)
}

Expand Down

0 comments on commit d3524e4

Please sign in to comment.