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