Skip to content

Commit

Permalink
Added configmap demo pod
Browse files Browse the repository at this point in the history
  • Loading branch information
qtsathish committed Apr 11, 2021
1 parent 6203c07 commit 624058c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions April21/configmap/configmapdemo1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
apiVersion: v1
kind: Pod
metadata:
name: configmap-demo
spec:
containers:
- image: alpine
name: alpine-container
args:
- /bin/sh
- -c
- sleep 1d
envFrom:
- configMapRef:
name: singlevalue-cmap

0 comments on commit 624058c

Please sign in to comment.