Skip to content

Commit

Permalink
adding toleration for sftp deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmi151 committed Sep 5, 2024
1 parent 6371454 commit 146572c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sftp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: A Helm chart for deploying a SFTP stack

type: application

version: 1.0.0
version: 1.1.0

appVersion: "1.0"
4 changes: 4 additions & 0 deletions sftp/templates/sftp-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,8 @@ spec:
{{- if .Values.sftp.extraVolumes }}
{{- .Values.sftp.extraVolumes | toYaml | nindent 6 }}
{{- end }}
{{- if .Values.sftp.tolerations }}
tolerations:
{{- .Values.sftp.tolerations | toYaml | nindent 6 }}
{{- end }}
status: {}
4 changes: 3 additions & 1 deletion sftp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ sftp:
# persistentVolumeClaim:
# claimName: persitent-volume-claim

# Developper and customer public keys
tolerations: []

# Developper and customer public keys
authorized_keys: ""

# Server keys
Expand Down

0 comments on commit 146572c

Please sign in to comment.