Skip to content

Commit 797f379

Browse files
committed
Fix indent lol
1 parent 121178a commit 797f379

File tree

41 files changed

+41
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-41
lines changed

templates/addons/calico/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ installation:
1010
- cidr: 192.168.0.0/16
1111
encapsulation: VXLAN
1212
windowsDataplane: HNS
13-
registry: quay.io
13+
registry: quay.io
1414
# Image and registry configuration for the tigera/operator pod.
1515
tigeraOperator:
1616
image: tigera/operator

templates/addons/cluster-api-helm/calico-dual-stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
encapsulation: None
3232
natOutgoing: Enabled
3333
nodeSelector: all()
34-
registry: quay.io
34+
registry: quay.io
3535
# Image and registry configuration for the tigera/operator pod.Add commentMore actions
3636
tigeraOperator:
3737
image: tigera/operator

templates/addons/cluster-api-helm/calico-ipv6.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
encapsulation: None
2727
natOutgoing: Enabled
2828
nodeSelector: all(){{end}}
29-
registry: quay.io
29+
registry: quay.io
3030
# Image and registry configuration for the tigera/operator pod.Add commentMore actions
3131
tigeraOperator:
3232
image: tigera/operator

templates/addons/cluster-api-helm/calico.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
ipPools:{{range $i, $cidr := .Cluster.spec.clusterNetwork.pods.cidrBlocks }}
2323
- cidr: {{ $cidr }}
2424
encapsulation: VXLAN{{end}}
25-
registry: quay.io
25+
registry: quay.io
2626
serviceCIDRs:
2727
- 10.96.0.0/12 # must match cluster service CIDR (this is the default)
2828
# Image and registry configuration for the tigera/operator pod

templates/test/ci/cluster-template-prow-apiserver-ilb.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-ci-version-dra.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-ci-version-dual-stack.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-ci-version-ipv6.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-ci-version-md-and-mp.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-ci-version.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)