Skip to content

Commit

Permalink
Helm chart support for tolerations
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-p committed Oct 9, 2024
1 parent b482a9c commit 854072b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/infisical-standalone-postgres/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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: 1.0.8
version: 1.0.9

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ spec:
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with $infisicalValues.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if $infisicalValues.image.imagePullSecrets }}
imagePullSecrets:
{{- toYaml $infisicalValues.image.imagePullSecrets | nindent 6 }}
Expand Down
1 change: 1 addition & 0 deletions helm-charts/infisical-standalone-postgres/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ infisical:
imagePullSecrets: []

affinity: {}
tolerations: []
kubeSecretRef: "infisical-secrets"
service:
annotations: {}
Expand Down

0 comments on commit 854072b

Please sign in to comment.