Skip to content

Commit

Permalink
Auto update kubernetes resources
Browse files Browse the repository at this point in the history
  • Loading branch information
michamos authored and github-actions[bot] committed Dec 6, 2023
1 parent df07a0c commit c1f8b53
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ resources:
- scripts/fix-linked-nonexistent-authors
- scripts/change-internal-cdf-collection
- scripts/msnet-add-id
- scripts/remove-wrong-ipac2023-authors
11 changes: 11 additions & 0 deletions scripts/remove-wrong-ipac2023-authors/kustomization.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../base/script-job

configMapGenerator:
- name: hep-script
files:
- script.py
nameSuffix: -remove-wrong-ipac2023-authors

0 comments on commit c1f8b53

Please sign in to comment.