Merge pull request #1146 from canidam/fix-podinfo-service-when-canary-enabled

Fix the service toggle condition in the podinfo helm chart
This commit is contained in:
Stefan Prodan
2022-03-18 11:35:06 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v1
version: 6.0.0
version: 6.0.1
appVersion: 6.0.0
name: podinfo
engine: gotpl
+1 -1
View File
@@ -1,4 +1,4 @@
{{- if not .Values.canary.enabled }}
{{- if and .Values.service.enabled (not .Values.canary.enabled) }}
apiVersion: v1
kind: Service
metadata: