Skip to content

Commit

Permalink
Merge pull request #4196 from natasha41575/test
Browse files Browse the repository at this point in the history
fix tests for reader annotations
  • Loading branch information
k8s-ci-robot committed Sep 24, 2021
2 parents dd579c9 + f0c6bd7 commit 5e3432f
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 5e3432f

Please sign in to comment.