mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-22 06:07:00 -06:00
Openshift4 operator for Artifactory HA v7.0.2
This commit is contained in:
14
Openshift4/artifactoryha-helm/templates/artifactory-system-yaml.yaml
Executable file
14
Openshift4/artifactoryha-helm/templates/artifactory-system-yaml.yaml
Executable file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ template "artifactory-ha.primary.name" . }}-system-yaml
|
||||
labels:
|
||||
app: {{ template "artifactory-ha.name" . }}
|
||||
chart: {{ template "artifactory-ha.chart" . }}
|
||||
component: {{ .Values.artifactory.name }}
|
||||
heritage: {{ .Release.Service }}
|
||||
release: {{ .Release.Name }}
|
||||
type: Opaque
|
||||
stringData:
|
||||
system.yaml: |
|
||||
{{ tpl .Values.artifactory.systemYaml . | indent 4 }}
|
||||
Reference in New Issue
Block a user