mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-22 01:06:58 -06:00
JFrog Pipelines v1.8.0 as Openshift helm and operator
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{{- if and (not .Values.rabbitmq.rabbitmq.existingErlangSecret) (not .Values.rabbitmq.rabbitmq.existingPasswordSecret) }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ include "pipelines.fullname" . }}-rabbitmq-secret
|
||||
labels:
|
||||
{{- include "pipelines.labels" . | nindent 4 }}
|
||||
type: Opaque
|
||||
data:
|
||||
rabbitmq-erlang-cookie: {{ .Values.rabbitmq.rabbitmq.erlangCookie | b64enc | quote }}
|
||||
rabbitmq-password: {{ .Values.rabbitmq.rabbitmq.password | b64enc | quote }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user