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

Commit

Permalink
Add 0-kourier.yaml and 1-config-network.yaml to kourier.yaml (#1122)
Browse files Browse the repository at this point in the history
* Rename kourier.yaml with 0-kourier.yaml

* Concat the files
  • Loading branch information
nak3 authored May 16, 2022
1 parent 4bbb127 commit c0edf85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openshift/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@ function update_csv(){
- key: "kourier.yaml"
path: "kourier.yaml"
EOF
oc create configmap kourier-cm -n $OPERATORS_NAMESPACE --from-file="./openshift-knative-operator/cmd/operator/kodata/ingress/${KOURIER_MINOR_VERSION}/kourier.yaml" || return $?
cat ./openshift-knative-operator/cmd/operator/kodata/ingress/${KOURIER_MINOR_VERSION}/0-kourier.yaml \
./openshift-knative-operator/cmd/operator/kodata/ingress/${KOURIER_MINOR_VERSION}/1-config-network.yaml > /tmp/kourier.yaml

oc create configmap kourier-cm -n $OPERATORS_NAMESPACE --from-file="/tmp/kourier.yaml" || return $?
}

function install_catalogsource(){
Expand Down

0 comments on commit c0edf85

Please sign in to comment.