"Kustomize configMapGenerator"의 두 판 사이의 차이

(새 문서: ==개요== ;kustomize configMapGenerator <syntaxhighlight lang='yaml'> # declare ConfigMap as a resource resources: - configmap.yaml # declare ConfigMap from a ConfigMapGenerator c...)
 
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
2번째 줄: 2번째 줄:
;kustomize configMapGenerator  
;kustomize configMapGenerator  


<syntaxhighlight lang='yaml'>
<syntaxhighlight lang='yaml' line highlight='6'>
# declare ConfigMap as a resource
# declare ConfigMap as a resource
resources:
resources:
18번째 줄: 18번째 줄:


==같이 보기==
==같이 보기==
* [[k8s volumes]]
* [[kustomize secretGenerator]]
* [[kustomize secretGenerator]]
* [[kustomize generatorOptions]]
* [[kustomize generatorOptions]]

2022년 1월 5일 (수) 22:57 기준 최신판

1 개요[ | ]

kustomize configMapGenerator
# declare ConfigMap as a resource
resources:
- configmap.yaml

# declare ConfigMap from a ConfigMapGenerator
configMapGenerator:
- name: a-configmap
  files:
    # configfile is used as key
    - configs/configfile
    # configkey is used as key
    - configkey=configs/another_configfile

2 같이 보기[ | ]

3 참고[ | ]

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