Radosław Piliszek b2532043f5 Init repo from the component-template
Commit 201f46f44076c44f225e3a5f8cfceeb2f717c7ae

Change-Id: Ie7a7bb9a5b74305320700c27c0ff528ea7dabe0d
2023-07-12 22:07:21 +02:00

13 lines
364 B
YAML

{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "nebulous-iot-dpp-orchestrator.serviceAccountName" . }}
labels:
{{- include "nebulous-iot-dpp-orchestrator.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}