-
Notifications
You must be signed in to change notification settings - Fork 16
Test operator TP1-02 via the 0.7.1 CI. #229
Conversation
openshift/e2e-tests-openshift.sh
Outdated
local KIND=$2 | ||
function deploy_serverless_operator(){ | ||
local NAME="serverless-operator" | ||
local NAMESPACE="knative-serving" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have already SERVING_NAMESPACE
and we can use it instead of creating new value.
openshift/e2e-tests-openshift.sh
Outdated
kind: KnativeServing | ||
metadata: | ||
name: knative-serving | ||
namespace: knative-serving |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better to use ${SERVING_NAMESPACE}
?
LGTM! I just commented a few small stuff. |
LGTM |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markusthoemmes, nak3 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
As per title. Keep this on par with the last version.