Skip to content

Commit

Permalink
fix appprovider resources configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Nov 29, 2022
1 parent 0745f40 commit c161c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ocis/templates/app-provider/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{- range $officeSuite := .Values.features.appsIntegration.wopiIntegration.officeSuites }}
{{ if $officeSuite.enabled }}
{{- $_ := set $ "appName" (print "app-provider-" (regexReplaceAll "\\W+" (lower $officeSuite.name) "_")) -}}
{{- $_ := set $ "resources" (default (default (dict) .Values.resources) .Values.services.appProvider.resources) -}}
{{- $_ := set $ "resources" (default (default (dict) $.Values.resources) $.Values.services.appProvider.resources) -}}
---
apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit c161c7d

Please sign in to comment.