serviceaccount.yaml 356 Bytes
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
  name: {{ include "postgresql-backup-restore.serviceAccountName" . }}
  labels:
    {{- include "postgresql-backup-restore.labels" . | nindent 4 }}
  {{- with .Values.serviceAccount.annotations }}
  annotations:
    {{- toYaml . | nindent 4 }}
  {{- end }}
{{- end }}