Update vars/k8sPodTemplate.groovy
This commit is contained in:
@@ -39,6 +39,13 @@ spec:
|
|||||||
workingDir: /home/jenkins/agent
|
workingDir: /home/jenkins/agent
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args: ["sleep 9999999"]
|
args: ["sleep 9999999"]
|
||||||
|
env:
|
||||||
|
- name: ARGOCD_SERVER
|
||||||
|
value: "http://argocd-server.default.svc.cluster.local:443/repository/my-helm-repo/"
|
||||||
|
- name: ARGOCD_USER
|
||||||
|
value: "admin"
|
||||||
|
- name: ARGOCD_PASS
|
||||||
|
value: "r9wjzKG4A4GnQQKr"
|
||||||
|
|
||||||
- name: helm
|
- name: helm
|
||||||
image: alpine/helm:latest
|
image: alpine/helm:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user