diff --git a/chart/templates/bombastic/exporter/030-Deployment.yaml b/chart/templates/bombastic/exporter/030-Deployment.yaml index 9f57792..c624fdb 100644 --- a/chart/templates/bombastic/exporter/030-Deployment.yaml +++ b/chart/templates/bombastic/exporter/030-Deployment.yaml @@ -1,3 +1,4 @@ +{{ if .Values.guac.enabled }} apiVersion: apps/v1 kind: Deployment metadata: @@ -90,3 +91,4 @@ spec: httpGet: path: /health/startup port: 9010 +{{ end }}