steep-angle-29984
09/10/2020, 9:02 AMsecret.metdata.name.apply(applyFunc)
-> In this case the applyFunc is executed in preview phase and 'undefined' is passed as value
Second try:
secret.metdata.apply(applyFunc)
-> In this case the applyFunc is not executed in preview phase
Does anyone know if the different behavior is intended?green-school-95910
09/10/2020, 9:48 PMsteep-angle-29984
09/11/2020, 8:29 AMgreen-school-95910
09/11/2020, 12:04 PMsteep-angle-29984
09/11/2020, 12:11 PM