From 9305c5d1345d10f4dcdc630c5ef8497a909fcc07 Mon Sep 17 00:00:00 2001 From: Jared Edwards Date: Wed, 10 Feb 2021 00:28:54 -0700 Subject: [PATCH] remove comments and update nebulous image version (#3) --- kubernetes/nebulous.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kubernetes/nebulous.yaml b/kubernetes/nebulous.yaml index 7ec97bc94..463359407 100644 --- a/kubernetes/nebulous.yaml +++ b/kubernetes/nebulous.yaml @@ -7,10 +7,8 @@ spec: spec: containers: - name: nebulous - image: kubefirst/nebulous:0.1-rc2 + image: kubefirst/nebulous:1.0 command: ["sh", "-c", "/scripts/nebulous/init.sh" ] - # command: ["/bin/sh"] - # args: ["-c", "/scripts/nebulous/init.sh"] envFrom: - secretRef: name: nebulous-secrets