Skip to content

Commit 6157fcc

Browse files
authored
Merge pull request #1508 from mapellidario/20240612_crabserver_pypi
crabserver - add value file for test11 with pypi image
2 parents 8340d05 + a5b44b3 commit 6157fcc

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
environment: "test"
3+
4+
image:
5+
path: registry.cern.ch/cmscrab/crabserver
6+
pullPolicy: IfNotPresent
7+
tag: "pypi-test2-1716890482"
8+
command:
9+
- /data/entrypoint.sh
10+
args:
11+
- /bin/bash
12+
- -c
13+
- |
14+
sudo cp /host/etc/grid-security/* /etc/grid-security \
15+
&& echo 'INFO Files in /etc/grid-security' \
16+
&& ls -lahZ /etc/grid-security \
17+
&& /data/run.sh
18+
19+
#https://helm.sh/docs/chart_template_guide/values_files/#deleting-a-default-key
20+
livenessProbePreProd: null
21+
readinessProbePreProd: null
22+
readinessProbe: null
23+
livenessProbe: null

0 commit comments

Comments
 (0)