Skip to content
Snippets Groups Projects
serviceaccount.yaml 366 B
Newer Older
  • Learn to ignore specific revisions
  • Andrea Michelotti's avatar
    Andrea Michelotti committed
    {{- if .Values.serviceAccount.create -}}
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      name: {{ include "jupyter-control-notebook-chart.serviceAccountName" . }}
      labels:
        {{- include "jupyter-control-notebook-chart.labels" . | nindent 4 }}
      {{- with .Values.serviceAccount.annotations }}
      annotations:
        {{- toYaml . | nindent 4 }}
      {{- end }}
    {{- end }}