Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. krzysztof_grajek@cloudshell:~/gcp-goodies/part-2/python (softwaremill-playground)$ kubectl get configmaps
  2. NAME DATA AGE
  3. dm-configmap 1 17s
  4. krzysztof_grajek@cloudshell:~/gcp-goodies/part-2/python (softwaremill-playground)$ kubectl get configmap dm-configmap -o yaml
  5. apiVersion: v1
  6. data:
  7. SOME_VARIABLE: custom-value-deployed
  8. kind: ConfigMap
  9. metadata:
  10. creationTimestamp: 2019-09-09T08:17:24Z
  11. name: dm-configmap
  12. namespace: default
  13. resourceVersion: "18598"
  14. selfLink: /api/v1/namespaces/default/configmaps/dm-configmap
  15. uid: 40cc30b8-d2da-11e9-bb2d-42010aa800e7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement