We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3d174 commit 21defceCopy full SHA for 21defce
1 file changed
templates/configmap.yaml
@@ -205,6 +205,12 @@ data:
205
/opt/dcache/bin/chimera chown 1000:1000 /data/g2 || true
206
/opt/dcache/bin/chimera mkdir /data/s2 || true
207
/opt/dcache/bin/chimera chown 1000:1000 /data/s2 || true
208
+ {{- if .Values.dcache.plugins.cta.enabled }}
209
+ /opt/dcache/bin/chimera mkdir /data/cta || true
210
+ /opt/dcache/bin/chimera chown 1000:1000 /data/cta || true
211
+ /opt/dcache/bin/chimera writetag /data/cta sGroup "tape"
212
+ /opt/dcache/bin/chimera writetag /data/cta hsmInstance "cta"
213
+ {{- end }}
214
{{- range .Values.dcache.pools }}
215
/opt/dcache/bin/chimera mkdir /data/pool-{{.}} || true
216
/opt/dcache/bin/chimera chown 1000:1000 /data/pool-{{.}} || true
0 commit comments