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

13 lines
346 B
YAML

kind: ConfigMap
apiVersion: v1
metadata:
name: {{ template "artifactory.fullname" . }}-installer-info
labels:
app: {{ template "artifactory.name" . }}
chart: {{ template "artifactory.chart" . }}
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
data:
installer-info.json: |
{{ tpl .Values.installerInfo . }}