Merge pull request #3332 from crystaljade/patch-1

Update build-single-manifest-sh,remove tcp-services-configmap.yaml and udp-services-configmap.yaml
This commit is contained in:
k8s-ci-robot 2018-10-31 05:31:04 -07:00 committed by GitHub
commit 862dbff075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ set -o pipefail
SCRIPT_ROOT=$(dirname ${BASH_SOURCE})/..
INPUT="namespace.yaml configmap.yaml tcp-services-configmap.yaml udp-services-configmap.yaml rbac.yaml with-rbac.yaml"
INPUT="namespace.yaml configmap.yaml rbac.yaml with-rbac.yaml"
MANIFEST=$(cd ${SCRIPT_ROOT}/deploy; cat ${INPUT})
echo "${MANIFEST}" > ${SCRIPT_ROOT}/deploy/mandatory.yaml