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:
commit
862dbff075
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue