Update setup.sh to new location for Istio CRDS#34
Conversation
istio/istio#10562 moved CRD.yaml files from ./istio/templates to ./istio-init/files. This change works with both the old and new paths for backwards compatibility.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@mandarjog: changing LGTM is restricted to assignees, and assigning you to the PR failed. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
| if [[ -f "${DIRNAME}/${release}/istio/templates/crds.yaml" ]];then | ||
| kubectl apply -f "${DIRNAME}/${release}/istio/templates/crds.yaml" | ||
| else | ||
| kubectl apply -f "${DIRNAME}/${release}/istio-init/files/" |
There was a problem hiding this comment.
missing fi
istio/istio#10562 moved CRD.yaml files from ./istio/templates to ./istio-init/files. This change works with both the old and new paths for backwards compatibility.
istio/istio#10562 moved CRD.yaml files from ./istio/templates to ./istio-init/files. This change works with both the old and new paths for backwards compatibility.