We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868a159 commit 6a18f30Copy full SHA for 6a18f30
kustomization.yml
@@ -38,3 +38,4 @@ resources:
38
- scripts/move-jacow-urls
39
- scripts/cleanup-and-move-rors
40
- scripts/restore-arxiv-preprint-date
41
+ - scripts/close-hal-quant-ph-tickets
scripts/close-hal-quant-ph-tickets/kustomization.yml
@@ -0,0 +1,11 @@
1
+apiVersion: kustomize.config.k8s.io/v1beta1
2
+kind: Kustomization
3
+
4
+resources:
5
+ - ../../base/script-job
6
7
+configMapGenerator:
8
+ - name: hep-script
9
+ files:
10
+ - script.py
11
+nameSuffix: -close-hal-quant-ph-tickets
0 commit comments