We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8340d05 commit a5b44b3Copy full SHA for a5b44b3
helm/crabserver/values-test11-pypi.yaml
@@ -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