Cloud Shell Editor - Kubernetes - ConfigMap

Jmnote (토론 | 기여)님의 2023년 3월 21일 (화) 10:19 판 (새 문서: ==개요== ;Cloud Shell Editor - Kubernetes - ConfigMap <syntaxhighlight lang='yaml'> apiVersion: v1 kind: ConfigMap metadata: name: appname data: key: value </syntaxhighlight>...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

Cloud Shell Editor - Kubernetes - ConfigMap
apiVersion: v1
kind: ConfigMap
metadata:
  name: appname
data:
  key: value

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}