From 60e3eaf6db685fe8f8227d6d76744fbc4432ec1c Mon Sep 17 00:00:00 2001 From: Jordan Frazier Date: Fri, 13 Dec 2024 11:55:23 -0800 Subject: [PATCH] cleanup --- charts/langflow-runtime/templates/deployment.yaml | 1 - charts/langflow-runtime/values-openshift.yaml | 7 ------- 2 files changed, 8 deletions(-) diff --git a/charts/langflow-runtime/templates/deployment.yaml b/charts/langflow-runtime/templates/deployment.yaml index 19540a7..45048fe 100644 --- a/charts/langflow-runtime/templates/deployment.yaml +++ b/charts/langflow-runtime/templates/deployment.yaml @@ -33,7 +33,6 @@ spec: securityContext: {{- toYaml .Values.securityContext | nindent 12 }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" - # image: "{{ .Values.image.repository }}@{{ .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: http diff --git a/charts/langflow-runtime/values-openshift.yaml b/charts/langflow-runtime/values-openshift.yaml index 0d78690..2e936aa 100644 --- a/charts/langflow-runtime/values-openshift.yaml +++ b/charts/langflow-runtime/values-openshift.yaml @@ -110,10 +110,6 @@ volumes: emptyDir: {} - name: db emptyDir: {} -# - name: foo -# secret: -# secretName: mysecret -# optional: false # Additional volumeMounts on the output Deployment definition. volumeMounts: @@ -129,9 +125,6 @@ volumeMounts: - name: db mountPath: /app/db readOnly: false -# - name: foo -# mountPath: "/etc/foo" -# readOnly: true nodeSelector: {}