Skip to content

Commit

Permalink
Update build-single-manifest-sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyyb authored Oct 31, 2018
1 parent 5ceb723 commit 9d95110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build-single-manifest-sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9d95110

Please sign in to comment.