Czyste repo z helm create

This commit is contained in:
2026-01-23 01:16:39 +01:00
parent 64ebc2c756
commit 3c14904d69
12 changed files with 539 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "netbird.serviceAccountName" . }}
labels:
{{- include "netbird.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
{{- end }}