Skip to content
Snippets Groups Projects
serviceaccount.yaml 352 B
Newer Older
  • Learn to ignore specific revisions
  • Manish Singh's avatar
    Manish Singh committed
    {{- if .Values.serviceAccount.create -}}
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      name: {{ include "ibm-notification-deploy.serviceAccountName" . }}
      labels:
        {{- include "ibm-notification-deploy.labels" . | nindent 4 }}
      {{- with .Values.serviceAccount.annotations }}
      annotations:
        {{- toYaml . | nindent 4 }}
      {{- end }}
    {{- end }}