mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 09:06:57 -06:00
JFrog Pipelines v1.8.0 as Openshift helm and operator
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{{- if and .Values.buildPlane.dynamic.provider.k8s.enabled ( not .Values.buildPlane.dynamic.provider.k8s.existingSecret ) }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ include "pipelines.fullname" . }}-dynamic-buildplane-creds-k8s
|
||||
labels:
|
||||
{{- include "pipelines.labels" . | nindent 4 }}
|
||||
type: Opaque
|
||||
data:
|
||||
kubeconfig: {{ .Values.buildPlane.dynamic.provider.k8s.kubeconfig | quote }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user