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

 
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:

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 }}