File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ type: application
1919# This is the chart version. This version number should be incremented each time you make changes
2020# to the chart and its templates, including the app version.
2121# Versions are expected to follow Semantic Versioning (https://semver.org/)
22- version : 0.1.0
22+ version : 0.1.1
2323
2424# This is the version number of the application being deployed. This version number should be
2525# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 4545 {{- toYaml .Values.securityContext | nindent 12 }}
4646 image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
4747 imagePullPolicy : {{ .Values.image.pullPolicy }}
48+ args :
49+ - --config
50+ - /config.yaml
51+ {{- with .Values.extraArgs }}
52+ {{- toYaml . | nindent 12 }}
53+ {{- end }}
4854 ports :
4955 - name : http
5056 containerPort : 8000
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ imagePullSecrets: []
1414nameOverride : " "
1515fullnameOverride : " "
1616
17+ extraArgs : []
18+
1719configuration :
1820 config : |
1921 ---
You can’t perform that action at this time.
0 commit comments