mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-22 08:07:00 -06:00
Openshift4 operator for Artifactory HA v7.0.2
This commit is contained in:
16
Openshift4/artifactoryha-helm/templates/artifactory-serviceaccount.yaml
Executable file
16
Openshift4/artifactoryha-helm/templates/artifactory-serviceaccount.yaml
Executable file
@@ -0,0 +1,16 @@
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
{{- if .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{ tpl (toYaml .) $ | indent 4 }}
|
||||
{{- end}}
|
||||
labels:
|
||||
app: {{ template "artifactory-ha.name" . }}
|
||||
chart: {{ template "artifactory-ha.chart" . }}
|
||||
component: {{ .Values.artifactory.name }}
|
||||
heritage: {{ .Release.Service }}
|
||||
release: {{ .Release.Name }}
|
||||
name: {{ template "artifactory-ha.serviceAccountName" . }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user