mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [incubator/tensorflow-notebook] add tensorflow notebook and tensorboard add hook * update helmignore * add home * change Always to IfNotPresent * move to stable
14 lines
420 B
YAML
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 }} |