diff --git a/charts/podinfo/Chart.yaml b/charts/podinfo/Chart.yaml index 8d3c2c21..fcc1fa07 100644 --- a/charts/podinfo/Chart.yaml +++ b/charts/podinfo/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 6.0.0 +version: 6.0.1 appVersion: 6.0.0 name: podinfo engine: gotpl diff --git a/charts/podinfo/templates/service.yaml b/charts/podinfo/templates/service.yaml index 82b9451c..7f9ea38b 100644 --- a/charts/podinfo/templates/service.yaml +++ b/charts/podinfo/templates/service.yaml @@ -1,4 +1,4 @@ -{{- if not .Values.canary.enabled }} +{{- if and .Values.service.enabled (not .Values.canary.enabled) }} apiVersion: v1 kind: Service metadata: