apiVersion: v1 kind: Pod metadata: name: app-pod spec: containers: - name: nginx image: nginx envFrom: - configMapRef: name: app-config