Skip to content

Commit d6e5ebe

Browse files
committed
chore(typos): typo fix #14680
Subject apiVerson typo fix Problem pointless typo Solution fix as is Validation helm charts should be updated and tested accordingly afterwards Fixes #14680 Signed-off-by: Yuriy Yarosh <[email protected]>
1 parent 234c679 commit d6e5ebe

9 files changed

+24
-24
lines changed

charts/linkerd-crds/templates/policy/egress-network.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
type: object
3232
required: [spec]
3333
properties:
34-
apiVerson:
34+
apiVersion:
3535
type: string
3636
kind:
3737
type: string

charts/linkerd-crds/templates/workload/external-workload.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
type: object
3131
required: [spec]
3232
properties:
33-
apiVerson:
33+
apiVersion:
3434
type: string
3535
kind:
3636
type: string
@@ -172,7 +172,7 @@ spec:
172172
type: object
173173
required: [spec]
174174
properties:
175-
apiVerson:
175+
apiVersion:
176176
type: string
177177
kind:
178178
type: string

cli/cmd/testdata/install_crds.golden

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/cmd/testdata/install_crds_with_gateway_api.golden

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/cmd/testdata/install_helm_crds_output.golden

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/cmd/testdata/install_helm_crds_output_ha.golden

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/cmd/testdata/install_helm_crds_without_gateway_output.golden

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/cmd/testdata/upgrade_crds_with_gateway_api.golden

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/cmd/testdata/upgrade_crds_without_gateway_api.golden

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)