We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a0200 commit ab362feCopy full SHA for ab362fe
1 file changed
_TEST.yaml
@@ -49,14 +49,14 @@ spec:
49
- name: nginx
50
image: registry.k8s.io/nginx-slim:0.24
51
ports:
52
- - containerPort: 80
53
- name: web
+ - containerPort: 80
+ name: web
54
volumeMounts:
55
- - name: config
56
- mountPath: "/config"
+ - name: config
+ mountPath: "/config"
57
envFrom:
58
- - configMapRef:
59
- name: web-config-2
+ - configMapRef:
+ name: web-config-2
60
volumes:
61
- name: config
62
configMap:
0 commit comments