Skip to content

Commit

Permalink
tsuru-api: add clusters section to conf and bump chart
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Sep 12, 2023
1 parent 5213bed commit 4a5ce72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tsuru-api/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.2.12
version: 0.2.13

# 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
5 changes: 5 additions & 0 deletions charts/tsuru-api/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ data:
# - Provisioner configuration
# http://docs.tsuru.io/en/stable/reference/config.html#provisioner
provisioner: {{ .Values.tsuruConfig.provisioner }}
{{- if .Values.tsuruConfig.clusters -}}
clusters:
{{- toYaml .Values.tsuruConfig.clusters | nindent 6}}
{{- end }}

{{- if .Values.tsuruConfig.docker }}
docker:
{{- toYaml .Values.tsuruConfig.docker | nindent 6}}
Expand Down

0 comments on commit 4a5ce72

Please sign in to comment.