Skip to content

Commit e37c76d

Browse files
committed
adds missing newlines at end of file
1 parent fb00230 commit e37c76d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

charts/operators-installer/_integration-tests/kind-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ nodes:
88
protocol: TCP
99
- containerPort: 80
1010
hostPort: 80
11-
protocol: TCP
11+
protocol: TCP
12+

charts/operators-installer/_integration-tests/private-registry/templates/Ingress.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ spec:
1414
service:
1515
name: registry
1616
port:
17-
number: 5000
17+
number: 5000
18+

charts/operators-installer/_integration-tests/private-registry/templates/Secret_htpasswd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ data:
44
kind: Secret
55
metadata:
66
name: htpasswd
7-
namespace: registry
7+
namespace: registry
8+
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
registryUser:
2-
registryPassword:
2+
registryPassword:
3+

0 commit comments

Comments
 (0)