From 151b00b6327583adfdaea258fd6d73173eafc48e Mon Sep 17 00:00:00 2001 From: Danny August Ramaputra Date: Sun, 14 Feb 2021 21:15:57 +1000 Subject: [PATCH] ci: fixed values envFrom --- .daystram/helm-chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.daystram/helm-chart/values.yaml b/.daystram/helm-chart/values.yaml index 2c519f8..534b3b1 100644 --- a/.daystram/helm-chart/values.yaml +++ b/.daystram/helm-chart/values.yaml @@ -11,10 +11,10 @@ image: ratify: be: replicaCount: 1 - fe: - replicaCount: 1 envFrom: secretRef: secret-ratify-be + fe: + replicaCount: 1 imagePullSecrets: [] nameOverride: ""