Skip to content

Commit

Permalink
Merge pull request #1508 from mapellidario/20240612_crabserver_pypi
Browse files Browse the repository at this point in the history
crabserver - add value file for test11 with pypi image
  • Loading branch information
arooshap authored Jun 14, 2024
2 parents 8340d05 + a5b44b3 commit 6157fcc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions helm/crabserver/values-test11-pypi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
environment: "test"

image:
path: registry.cern.ch/cmscrab/crabserver
pullPolicy: IfNotPresent
tag: "pypi-test2-1716890482"
command:
- /data/entrypoint.sh
args:
- /bin/bash
- -c
- |
sudo cp /host/etc/grid-security/* /etc/grid-security \
&& echo 'INFO Files in /etc/grid-security' \
&& ls -lahZ /etc/grid-security \
&& /data/run.sh
#https://helm.sh/docs/chart_template_guide/values_files/#deleting-a-default-key
livenessProbePreProd: null
readinessProbePreProd: null
readinessProbe: null
livenessProbe: null

0 comments on commit 6157fcc

Please sign in to comment.