mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 11:06:56 -06:00
JFrog Pipelines v1.8.0 as Openshift helm and operator
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{{- if and .Values.vault.enabled .Values.vault.configMaps }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "pipelines.vault.name" . }}-configmaps
|
||||
labels:
|
||||
{{- include "pipelines.labels" . | nindent 4 }}
|
||||
data:
|
||||
{{ tpl .Values.vault.configMaps . | nindent 2 }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user