Added basic setup for master and certification material
This commit is contained in:
14
files/LFS258/SOLUTIONS/s_08/simpleshell.yaml
Normal file
14
files/LFS258/SOLUTIONS/s_08/simpleshell.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: shell-demo
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx
|
||||
env:
|
||||
- name: ilike
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: colors
|
||||
key: favorite
|
||||
Reference in New Issue
Block a user