Standardize whitespace/newlines for consistency.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
9376f034ea
commit
787cf47c39
@ -3,7 +3,7 @@
|
||||
This example deployment uses `ytt` and `kapp` from [k14s.io](https://k14s.io/).
|
||||
|
||||
If you would rather not install these command-line tools directly on your machine,
|
||||
you can use alternatively get the most recent version of this container image:
|
||||
you can use alternatively get the most recent version of this container image:
|
||||
https://hub.docker.com/r/k14s/image/tags
|
||||
|
||||
1. Fill in the values in [values.yml](values.yaml)
|
||||
|
@ -1,2 +1,2 @@
|
||||
Copyright 2020 VMware, Inc.
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
|
@ -5,4 +5,4 @@
|
||||
set -euo pipefail
|
||||
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
||||
|
||||
"$ROOT/hack/module.sh" unittest
|
||||
"$ROOT/hack/module.sh" unittest
|
||||
|
@ -6,4 +6,4 @@ set -euo pipefail
|
||||
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
||||
|
||||
"$ROOT/hack/module.sh" tidy
|
||||
"$ROOT/hack/update-codegen.sh"
|
||||
"$ROOT/hack/update-codegen.sh"
|
||||
|
@ -1 +1 @@
|
||||
invalid
|
||||
invalid
|
||||
|
@ -1 +1 @@
|
||||
test-namespace
|
||||
test-namespace
|
||||
|
@ -1 +1 @@
|
||||
test-namespace
|
||||
test-namespace
|
||||
|
2
internal/downward/testdata/valid/labels
vendored
2
internal/downward/testdata/valid/labels
vendored
@ -1,2 +1,2 @@
|
||||
foo="bar"
|
||||
bat="baz"
|
||||
bat="baz"
|
||||
|
2
internal/downward/testdata/valid/namespace
vendored
2
internal/downward/testdata/valid/namespace
vendored
@ -1 +1 @@
|
||||
test-namespace
|
||||
test-namespace
|
||||
|
2
internal/server/testdata/podinfo/labels
vendored
2
internal/server/testdata/podinfo/labels
vendored
@ -1,2 +1,2 @@
|
||||
foo="bar"
|
||||
bat="baz"
|
||||
bat="baz"
|
||||
|
2
internal/server/testdata/podinfo/namespace
vendored
2
internal/server/testdata/podinfo/namespace
vendored
@ -1 +1 @@
|
||||
test-namespace
|
||||
test-namespace
|
||||
|
1
internal/server/testdata/valid-config.yaml
vendored
1
internal/server/testdata/valid-config.yaml
vendored
@ -2,4 +2,3 @@
|
||||
webhook:
|
||||
url: https://tuna.com/fish?marlin
|
||||
caBundle: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tLi4u
|
||||
|
||||
|
1
pkg/config/testdata/happy.yaml
vendored
1
pkg/config/testdata/happy.yaml
vendored
@ -4,4 +4,3 @@ discovery:
|
||||
webhook:
|
||||
url: https://tuna.com/fish?marlin
|
||||
caBundle: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tLi4u
|
||||
|
||||
|
1
pkg/config/testdata/no-discovery.yaml
vendored
1
pkg/config/testdata/no-discovery.yaml
vendored
@ -2,4 +2,3 @@
|
||||
webhook:
|
||||
url: https://tuna.com/fish?marlin
|
||||
caBundle: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tLi4u
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user