Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
fix: enable exporter only if guac is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen committed Sep 18, 2023
1 parent 7df4dc0 commit ac0ad6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chart/templates/bombastic/exporter/030-Deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ if .Values.guac.enabled }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -90,3 +91,4 @@ spec:
httpGet:
path: /health/startup
port: 9010
{{ end }}

0 comments on commit ac0ad6d

Please sign in to comment.