Update build-single-manifest-sh
This commit is contained in:
parent
5ceb723963
commit
9d951101f6
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