We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa562a commit 4fb416aCopy full SHA for 4fb416a
charts/showroom-single-pod/templates/deployment.yaml
@@ -20,7 +20,7 @@ spec:
20
initContainers:
21
- resources: {}
22
terminationMessagePath: /dev/termination-log
23
- name: runner
+ name: setup
24
env:
25
- name: GIT_REPO_URL
26
value: {{ .Values.content.repoUrl }}
@@ -34,10 +34,6 @@ spec:
34
value: {{ .Values.wetty.ssh.sshUser }}
35
- name: BASTION_PASSWORD
36
value: {{ .Values.wetty.ssh.sshPass }}
37
- ports:
38
- - name: runner
39
- containerPort: 8501
40
- protocol: TCP
41
imagePullPolicy: Always
42
volumeMounts:
43
0 commit comments