apiVersion: v1 kind: ConfigMap metadata: name: {{ include "jupyterlab.configMapName" . }} namespace: {{ .Release.Namespace }} labels: {{- include "jupyterlab.labels" . | nindent 4 }} data: startup-script.sh: | #!/bin/bash apt-get update -y python -m pip install --no-cache-dir --upgrade pip