You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am not really good at go template but what I try to do is the following:
service A => label : foo=value1, scale 2 : IP1 & IP2
service B => label : foo=value2, scale 1 : IP3
service C => label : foo=value1, scale 1: IP4
And I try to get something like :
value1 = IP1, IP2, IP4
value2 = IP3
Is there a way to get that from go-rancher-gen?
Regards,
The text was updated successfully, but these errors were encountered:
Hello,
I am not really good at go template but what I try to do is the following:
service A => label : foo=value1, scale 2 : IP1 & IP2
service B => label : foo=value2, scale 1 : IP3
service C => label : foo=value1, scale 1: IP4
And I try to get something like :
value1 = IP1, IP2, IP4
value2 = IP3
Is there a way to get that from go-rancher-gen?
Regards,
The text was updated successfully, but these errors were encountered: