Skip to content

Commit

Permalink
Merge pull request #106 from RasaHQ/infra-232
Browse files Browse the repository at this point in the history
Add deployment labels to rasa action server service
  • Loading branch information
camattin authored Dec 9, 2022
2 parents 27796d7 + 15e714f commit f6f750f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.RASABOT_GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Update README.md
working-directory: charts/${{ matrix.chart }}
Expand Down
2 changes: 1 addition & 1 deletion charts/rasa-action-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.3
version: 1.0.4
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
3 changes: 3 additions & 0 deletions charts/rasa-action-server/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ metadata:
name: {{ include "rasa-common.names.fullname" . }}
labels:
{{- include "rasa-common.labels.standard" . | nindent 4 }}
{{- if .Values.deploymentLabels }}
{{ toYaml .Values.deploymentLabels | indent 4 }}
{{- end }}
{{- with .Values.service.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
Expand Down

0 comments on commit f6f750f

Please sign in to comment.