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