mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-22 08:07:00 -06:00
JFrog Pipelines v1.8.0 as Openshift helm and operator
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{{- if and (not .Values.global.vault.existingSecret) (not .Values.vault.enabled) }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: root-vault-secret
|
||||
labels:
|
||||
{{- include "pipelines.labels" . | nindent 4 }}
|
||||
type: Opaque
|
||||
data:
|
||||
token: {{ tpl .Values.global.vault.token . | b64enc | quote }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user