Skip to content

Commit

Permalink
fix: changed metrics toggle to mapproxy.env
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzanmorr committed Dec 11, 2023
1 parent 3f44116 commit c06d44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/mapproxy-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
######################################################### Mapproxinator Deployment #########################################################
{{- template "mapproxy-chart.mapproxinator-container" (merge (dict "releaseName" .releaseName "chartName" .chartName "cloudProviderDockerRegistryUrl" $cloudProviderDockerRegistryUrl "s3SecretName" $s3SecretName "postgresSecretName" $postgresSecretName) .) }}
######################################################### uwsgi Deployment #########################################################
{{- if .Values.env.metrics.enabled }}
{{- if .Values.mapproxy.env.metrics.enabled }}
{{- template "mapproxy-chart.uwsgi-exporter-container" (merge (dict "releaseName" .releaseName "chartName" .chartName "cloudProviderDockerRegistryUrl" $cloudProviderDockerRegistryUrl "resources" .Values.uwsgiExporter.resources) .) }}
{{- end }}
volumes:
Expand Down

0 comments on commit c06d44b

Please sign in to comment.