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:
parent
b34d7f80ab
commit
875e292f40
|
|
@ -10,3 +10,5 @@ apiVersion: v1
|
|||
kind: Namespace
|
||||
metadata:
|
||||
name: cert-manager
|
||||
labels:
|
||||
control-plane: kubeflow
|
||||
|
|
|
|||
Loading…
Reference in New Issue