Skip to content

Commit ab362fe

Browse files
committed
Make YAML nicer
1 parent c5a0200 commit ab362fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_TEST.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ spec:
4949
- name: nginx
5050
image: registry.k8s.io/nginx-slim:0.24
5151
ports:
52-
- containerPort: 80
53-
name: web
52+
- containerPort: 80
53+
name: web
5454
volumeMounts:
55-
- name: config
56-
mountPath: "/config"
55+
- name: config
56+
mountPath: "/config"
5757
envFrom:
58-
- configMapRef:
59-
name: web-config-2
58+
- configMapRef:
59+
name: web-config-2
6060
volumes:
6161
- name: config
6262
configMap:

0 commit comments

Comments
 (0)