# gmap **Repository Path**: rogax/gmap ## Basic Information - **Project Name**: gmap - **Description**: k8s中用于在指定namespace中自动创建指定configmap - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-21 - **Last Updated**: 2021-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # make and build docker image make docker-build docker-push -e V=0.1-dev1 # install CRD make install # Generate deploy yaml files kustomize build config/default > /tmp/gmap.yaml kustomize build config/default | kubectl apply -f -