Skip to content

Commit

Permalink
tsuru-api: Add way to customize tag topic on configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Dec 12, 2023
1 parent 454db60 commit 828aa70
Show file tree
Hide file tree
Showing 3 changed files with 8 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.20
version: 0.2.21

# 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
6 changes: 6 additions & 0 deletions charts/tsuru-api/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ data:
{{- toYaml .Values.tsuruConfig.clusters | nindent 6}}
{{- end }}


{{- if .Values.tsuruConfig.tag }}
tag:
{{- toYaml .Values.tsuruConfig.tag | nindent 6}}
{{- end }}

{{- if .Values.tsuruConfig.docker }}
docker:
{{- toYaml .Values.tsuruConfig.docker | nindent 6}}
Expand Down
1 change: 1 addition & 0 deletions charts/tsuru-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ tsuruConfig:
volumePlans: {}

cors: {}
tag: {}

# http://docs.tsuru.io/en/stable/reference/config.html#provisioner
provisioner: ""
Expand Down

0 comments on commit 828aa70

Please sign in to comment.