Skip to content

Commit

Permalink
fix tests for reader annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
natasha41575 committed Sep 24, 2021
1 parent dd579c9 commit f0c6bd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kyaml/kio/pkgio_reader_test.go
Expand Up @@ -631,6 +631,8 @@ metadata:
annotations:
config.kubernetes.io/index: '0'
config.kubernetes.io/path: 'e_test.yaml'
internal.config.kubernetes.io/index: '0'
internal.config.kubernetes.io/path: 'e_test.yaml'
`,
`bareSeqNodeWrappingKey:
- foo # second
Expand All @@ -639,6 +641,8 @@ metadata:
annotations:
config.kubernetes.io/index: '1'
config.kubernetes.io/path: 'e_test.yaml'
internal.config.kubernetes.io/index: '1'
internal.config.kubernetes.io/path: 'e_test.yaml'
`,
}
for i := range nodes {
Expand Down

0 comments on commit f0c6bd7

Please sign in to comment.