cert-manager namespace needs label control-plane (#1451)

* cert-manager namespace needs label control-plane

* cert-manager namespace needs the control-plane label to prevent
  application of kfserving webhooks.

related to: #1450

* Fix error in YAML
This commit is contained in:
Jeremy Lewi 2020-08-03 07:29:40 -07:00 committed by GitHub
parent b34d7f80ab
commit 875e292f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: cert-manager
labels:
control-plane: kubeflow