mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 09:06:57 -06:00
13 lines
395 B
YAML
Executable File
13 lines
395 B
YAML
Executable File
{{ if .Values.artifactory.configMaps }}
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ template "artifactory-ha.fullname" . }}-configmaps
|
|
labels:
|
|
app: {{ template "artifactory-ha.fullname" . }}
|
|
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
|
|
heritage: {{ .Release.Service }}
|
|
release: {{ .Release.Name }}
|
|
data:
|
|
{{ tpl .Values.artifactory.configMaps . | indent 2 }}
|
|
{{ end -}} |