JFrog Pipelines v1.8.0 as Openshift helm and operator

This commit is contained in:
John Peterson
2020-10-12 10:19:10 -07:00
parent b47a777448
commit c19effd7e7
203 changed files with 20124 additions and 1479 deletions

View File

@@ -0,0 +1,13 @@
{{- if not .Values.existingSecret }}
apiVersion: v1
kind: Secret
metadata:
name: {{ include "pipelines.fullname" . }}-system-yaml
labels:
{{- include "pipelines.labels" . | nindent 4 }}
type: Opaque
data:
stringData:
system.yaml: |
{{ tpl .Values.pipelines.systemYaml . | indent 4 }}
{{- end }}