Remove default backend requirement
This commit is contained in:
parent
e8d81034b8
commit
0bb5934e5c
4 changed files with 1 additions and 129 deletions
|
|
@ -20,7 +20,7 @@ set -o pipefail
|
|||
|
||||
SCRIPT_ROOT=$(dirname ${BASH_SOURCE})/..
|
||||
|
||||
INPUT="namespace.yaml default-backend.yaml configmap.yaml tcp-services-configmap.yaml udp-services-configmap.yaml rbac.yaml with-rbac.yaml"
|
||||
INPUT="namespace.yaml configmap.yaml tcp-services-configmap.yaml udp-services-configmap.yaml rbac.yaml with-rbac.yaml"
|
||||
MANIFEST=$(cd ${SCRIPT_ROOT}/deploy; cat ${INPUT})
|
||||
|
||||
echo "${MANIFEST}" > ${SCRIPT_ROOT}/deploy/mandatory.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue