Fix podinfo service toggle condition

Signed-off-by: Chen Anidam <canidam@gmail.com>
This commit is contained in:
Chen Anidam
2022-03-17 00:34:51 +02:00
parent eca6fa7958
commit 8957d91e01
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: