Files
cheyang e9cadcaee3 TensorFlow notebook (#4990)
* [incubator/tensorflow-notebook] add tensorflow notebook and tensorboard

add hook

* update helmignore

* add home

* change Always to IfNotPresent

* move to stable
2018-04-19 12:58:00 -07:00

14 lines
420 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: {{ template "tensorflow-notebook.fullname" . }}
labels:
app: {{ template "tensorflow-notebook.name" . }}
chart: {{ template "tensorflow-notebook.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
annotations:
"helm.sh/hook": pre-install,pre-upgrade
type: Opaque
data:
password: {{ .Values.jupyter.password | b64enc | quote }}