mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 11:06:56 -06:00
10 lines
252 B
YAML
10 lines
252 B
YAML
{{- if .Values.vault.enabled }}
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: {{ include "pipelines.vault.name" . }}
|
|
labels:
|
|
{{- include "pipelines.labels" . | nindent 4 }}
|
|
component: {{ include "pipelines.vault.name" . }}
|
|
{{- end }}
|