Skip to content

Commit

Permalink
remove command
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven committed Mar 28, 2024
1 parent 26e9f62 commit 0acb938
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/file-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1
version: 0.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 0 additions & 1 deletion charts/file-manager/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: {{ .Values.image.command | indent 4 }}
envFrom:
- configMapRef:
name: {{ include "file-manager.fullname" . }}
Expand Down
1 change: 0 additions & 1 deletion charts/file-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ image:
pullPolicy:
tag:
port:
command: |

imagePullSecrets:

Expand Down

0 comments on commit 0acb938

Please sign in to comment.