From 64d0e3c2544653f5507d825f41e46254aa3017f6 Mon Sep 17 00:00:00 2001 From: Michael Schmid Date: Thu, 19 Aug 2021 15:56:46 -0400 Subject: [PATCH] set `digest: false` to allow pods to start --- sigsci-values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sigsci-values.yaml b/sigsci-values.yaml index 015c87a..566d507 100644 --- a/sigsci-values.yaml +++ b/sigsci-values.yaml @@ -3,6 +3,7 @@ controller: image: repository: signalsciences/sigsci-nginx-ingress-controller tag: "1.0.0-beta.1" + digest: false pullPolicy: IfNotPresent # Load module and set sigsci_agent_host @@ -34,4 +35,4 @@ controller: extraVolumes: - name: sigsci-temp - emptyDir: {} \ No newline at end of file + emptyDir: {}