diff --git a/deploy/k9/k9-dep.yaml b/deploy/k9/k9-dep.yaml index 2a72802..01c3e8e 100644 --- a/deploy/k9/k9-dep.yaml +++ b/deploy/k9/k9-dep.yaml @@ -21,13 +21,13 @@ spec: serviceAccount: ide serviceAccountName: ide initContainers: - - command: + - name: git-clone + command: - /bin/sh - -c - test -d /workspace/k8s-podinfo || git clone -b master ssh://git@gitsrv/git-server/repos/k8s-podinfo.git - image: stefanprodan/k9c:0.1.0 + image: stefanprodan/k9c:golang-1.9 imagePullPolicy: IfNotPresent - name: git-clone volumeMounts: - mountPath: /workspace name: ide-workspace-data @@ -38,7 +38,7 @@ spec: args: - --auth - username:password - image: stefanprodan/k9c:0.1.0 + image: stefanprodan/k9c:golang-1.9 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3