Skip to content

Commit

Permalink
fix multi cluster metrics instance cr
Browse files Browse the repository at this point in the history
  • Loading branch information
waynz0r committed Jul 11, 2019
1 parent 715908f commit 42ac9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/mixer/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (r *Reconciler) attributesKubernetes() *k8sutil.DynamicObject {
"destination_uid": `destination.uid | ""`,
"destination_port": `destination.port | 0`,
},
"attributeBindings": map[string]interface{}{
"attributeBindings": map[string]string{
"source.ip": `$out.source_pod_ip | ip("0.0.0.0")`,
"source.uid": `$out.source_pod_uid | "unknown"`,
"source.labels": `$out.source_labels | emptyStringMap()`,
Expand Down

0 comments on commit 42ac9f4

Please sign in to comment.