Jijoong Kim
Jijoong Kim
Hi, it's also the same story with `pod.name`. For example, I tried to embed the following content to workflow template to produce prometheus metrics for every pod. Since `pod.name` is...
> Hmm, I wonder if the parser is getting confused by the safe conditional -- since it can't directly look up `pod?.name` like it can with `pod.name`. Though IIRC, the...
> Thanks for checking that! > > That's strange that `pod == nil` would be returning `true`... only other guess I might have is that `nil` is a type, so...