Files
devops-infra-helm-charts-gcp/helm-templates/jfrog/templates/artifactory-configmaps.yaml
T
2026-08-26 03:39:42 +05:30

13 lines
389 B
YAML

{{ if .Values.artifactory.configMaps }}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "artifactory.fullname" . }}-configmaps
labels:
app: {{ template "artifactory.fullname" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
data:
{{ tpl .Values.artifactory.configMaps . | indent 2 }}
{{ end -}}