Skip to content

Commit

Permalink
Remove 1.15 selectors for Seldon (kubeflow#833)
Browse files Browse the repository at this point in the history
* Remove 1.15 selectors for Seldon

* Add kubeflow namespace selectors to webhook configuration

* Change seldon webhook conf to matchLabels
  • Loading branch information
ukclivecox authored Feb 3, 2020
1 parent 8f0c68e commit dae5b73
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 90 deletions.
3 changes: 3 additions & 0 deletions seldon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ seldon-core-operator/base: seldon-core clean-kustomize
mkdir -p seldon-core-operator/base
helm template -f values.yaml seldon-core/helm-charts/seldon-core-operator --namespace kubeflow > seldon-core-operator/base/resources.yaml
cp kustomization.tpl seldon-core-operator/base/kustomization.yaml
echo "Need to hand edit at present"
echo "Add kubeflow specific namespace selectors"
echo "Add sidecar.istio.io/inject: 'false' seldon operator deployment"

.PHONY: clean
clean:
Expand Down
Loading

0 comments on commit dae5b73

Please sign in to comment.