Skip to content

Commit

Permalink
Update helm template version 1.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Choonho Son <[email protected]>
  • Loading branch information
Choonho Son committed Mar 25, 2021
1 parent c190f22 commit d51199d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: SpaceONE config Helm chart for Kubernetes

type: application

version: 1.1.1
version: 1.1.2
appVersion: 1.x.y

3 changes: 3 additions & 0 deletions deploy/helm/templates/deployment-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ spec:
mountPath: /opt/spaceone/{{ .Values.name }}/config/application.yaml
subPath: application.yaml
readOnly: true
{{- if .Values.volumeMounts.application_scheduler }}
{{- toYaml .Values.volumeMounts.application_scheduler | nindent 12 }}
{{- end }}
env:
- name: SPACEONE_CONFIG_FILE
value: /opt/spaceone/{{ .Values.name }}/config/config.yaml
Expand Down
3 changes: 3 additions & 0 deletions deploy/helm/templates/deployment-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ spec:
mountPath: /opt/spaceone/{{ .Values.name }}/config/application.yaml
subPath: application.yaml
readOnly: true
{{- if .Values.volumeMounts.application_worker }}
{{- toYaml .Values.volumeMounts.application_worker | nindent 12 }}
{{- end }}
env:
- name: SPACEONE_CONFIG_FILE
value: /opt/spaceone/{{ .Values.name }}/config/config.yaml
Expand Down
3 changes: 3 additions & 0 deletions deploy/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ spec:
mountPath: /opt/spaceone/{{ .Values.name }}/config/application.yaml
subPath: application.yaml
readOnly: true
{{- if .Values.volumeMounts.application }}
{{- toYaml .Values.volumeMounts.application | nindent 12 }}
{{- end }}
env:
- name: SPACEONE_CONFIG_FILE
value: /opt/spaceone/{{ .Values.name }}/config/config.yaml
Expand Down

0 comments on commit d51199d

Please sign in to comment.