Add quotes to notebook_template.yaml namespace field. (kubeflow/kubeflow#6655)
This commit is contained in:
parent
dbd80b38c5
commit
1708fc7b68
|
|
@ -2,7 +2,7 @@ apiVersion: kubeflow.org/v1beta1
|
|||
kind: Notebook
|
||||
metadata:
|
||||
name: {name}
|
||||
namespace: {namespace}
|
||||
namespace: "{namespace}"
|
||||
labels:
|
||||
app: {name}
|
||||
annotations:
|
||||
|
|
|
|||
Loading…
Reference in New Issue