We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65b512 commit 32c33aeCopy full SHA for 32c33ae
pkg/trafficrouting/network/ingress/ingress_test.go
@@ -209,7 +209,7 @@ var (
209
}
210
211
212
- annotations["alb.ingress.kubernetes.io/actions.canary"] = action
+ annotations["alb.ingress.kubernetes.io/actions.canary"] = json.encode(action)
213
214
if obj.matches then
215
local conds = {}
@@ -236,7 +236,7 @@ var (
236
end
237
238
239
- annotations["alb.ingress.kubernetes.io/conditions.canary"] = conds
+ annotations["alb.ingress.kubernetes.io/conditions.canary"] = json.encode(conds)
240
241
242
return annotations
0 commit comments