Skip to content

Commit

Permalink
Merge pull request #51 from aandryashin/master
Browse files Browse the repository at this point in the history
Add quota in yaml format
  • Loading branch information
vania-pooh authored Oct 22, 2019
2 parents 2e896e1 + 6f7a96c commit 5fdc28f
Show file tree
Hide file tree
Showing 2 changed files with 488 additions and 485 deletions.
6 changes: 4 additions & 2 deletions helm/templates/configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ metadata:
name: quota
namespace: {{ .Release.Namespace }}
data:
browsers.json: |
{{ .Values.browsers | toJson | indent 4 }}
{{- range $k,$v := .Values.quota }}
{{ $k }}.json: |
{{ $v | toJson }}
{{- end }}
Loading

0 comments on commit 5fdc28f

Please sign in to comment.