mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 11:06:56 -06:00
Openshift4 operator for Artifactory HA v7.0.2
This commit is contained in:
17
Openshift4/artifactoryha-helm/templates/artifactory-secrets.yaml
Executable file
17
Openshift4/artifactoryha-helm/templates/artifactory-secrets.yaml
Executable file
@@ -0,0 +1,17 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ template "artifactory-ha.fullname" . }}
|
||||
labels:
|
||||
app: {{ template "artifactory-ha.name" . }}
|
||||
chart: {{ template "artifactory-ha.chart" . }}
|
||||
heritage: {{ .Release.Service }}
|
||||
release: {{ .Release.Name }}
|
||||
type: Opaque
|
||||
data:
|
||||
{{- if not .Values.artifactory.masterKeySecretName }}
|
||||
master-key: {{ .Values.artifactory.masterKey | b64enc | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.database.password }}
|
||||
db-password: {{ .Values.database.password | b64enc | quote }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user