Skip to content

Commit

Permalink
[k8s] Add quotas to helm template (#1746)
Browse files Browse the repository at this point in the history
* [k8s] Add quotas to helm template

* address feedback

---------

Co-authored-by: Anshul Singh <[email protected]>
  • Loading branch information
anshul98ks123 and Anshul Singh authored Jan 9, 2025
1 parent e27bcd9 commit a7e36d1
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,11 @@ data:
# Some characters are forbidden - see https://docs.sentry.io/platforms/java/configuration/environments
environment: {{regexReplaceAll `(https?:|\n| |/)` .Values.ui.publicUrl ""}}
tags:
component: "{{ .Values.coordinator.name }}"
component: "{{ .Values.coordinator.name }}"
{{ if .Values.quotas }}
quotas:
{{- toYaml .Values.quotas | nindent 6 }}
{{- end }}

notifications:
useSendgridEmail: true
Expand Down

0 comments on commit a7e36d1

Please sign in to comment.