Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit a367cc0

Browse files
committed
Add 0-kourier.yaml and 1-config-network.yaml to kourier.yaml (#1122)
* Rename kourier.yaml with 0-kourier.yaml * Concat the files
1 parent 4824675 commit a367cc0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

openshift/e2e-common.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,10 @@ function update_csv(){
182182
- key: "kourier.yaml"
183183
path: "kourier.yaml"
184184
EOF
185-
oc create configmap kourier-cm -n $OPERATORS_NAMESPACE --from-file="./openshift-knative-operator/cmd/operator/kodata/ingress/${KOURIER_MINOR_VERSION}/kourier.yaml" || return $?
185+
cat ./openshift-knative-operator/cmd/operator/kodata/ingress/${KOURIER_MINOR_VERSION}/0-kourier.yaml \
186+
./openshift-knative-operator/cmd/operator/kodata/ingress/${KOURIER_MINOR_VERSION}/1-config-network.yaml > /tmp/kourier.yaml
187+
188+
oc create configmap kourier-cm -n $OPERATORS_NAMESPACE --from-file="/tmp/kourier.yaml" || return $?
186189
}
187190

188191
function install_catalogsource(){

0 commit comments

Comments
 (0)