Skip to content

Commit

Permalink
fix(sentry): ignore nginx config when disabled
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <yoan.blanc@adfinis.com>
  • Loading branch information
yoan-adfinis committed Aug 10, 2020
1 parent 9be03b1 commit 76b9f05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sentry/templates/configmap-nginx.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.nginx.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down Expand Up @@ -27,3 +28,4 @@ data:
proxy_pass http://sentry;
}
}
{{- end }}

0 comments on commit 76b9f05

Please sign in to comment.