We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691b7d1 commit c76fd5eCopy full SHA for c76fd5e
api/filters/patchstrategicmerge/patchstrategicmerge_test.go
@@ -852,7 +852,7 @@ metadata:
852
name: blabla
853
namespace: blabla-ns
854
data:
855
- "6443": "foobar"
+ "6443": "key-double-quoted"
856
`,
857
patch: yaml.MustParse(`
858
apiVersion: v1
@@ -861,7 +861,7 @@ metadata:
861
862
863
864
- "6443": "barfoo"
+ 6443: "key as int"
865
'9110': "foo-foo"
866
`),
867
expected: `
@@ -871,7 +871,7 @@ metadata:
871
872
873
874
+ "6443": "key as int"
875
876
877
},
0 commit comments