Accept new host key automatically
This commit is contained in:
parent
ada136ecc0
commit
debf43c24a
@ -4,8 +4,8 @@ name: basic-web-app
|
|||||||
PullName: basic-app-puller
|
PullName: basic-app-puller
|
||||||
description: A basic Helm chart to have PHP webapps in Kubernetes. It supports webhook for pulling from gitea
|
description: A basic Helm chart to have PHP webapps in Kubernetes. It supports webhook for pulling from gitea
|
||||||
type: application
|
type: application
|
||||||
version: 2.1.1
|
version: 2.1.2
|
||||||
appVersion: "2.1.1"
|
appVersion: "2.1.2"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
|
@ -34,7 +34,7 @@ spec:
|
|||||||
cd /web
|
cd /web
|
||||||
test -d .git && exit 0
|
test -d .git && exit 0
|
||||||
{{- if .Values.updater.ssh.enabled }}
|
{{- if .Values.updater.ssh.enabled }}
|
||||||
git clone ${GIT_URL} . --config core.sshCommand="ssh -i /ssh/ssh-key"
|
git clone ${GIT_URL} . --config core.sshCommand="ssh -i /ssh/ssh-key -o StrictHostKeyChecking=accept-new"
|
||||||
{{- else }}
|
{{- else }}
|
||||||
git clone ${GIT_URL} .
|
git clone ${GIT_URL} .
|
||||||
{{- end}}
|
{{- end}}
|
||||||
|
Loading…
Reference in New Issue
Block a user