Skip to content

Commit

Permalink
Various minor changes (#121)
Browse files Browse the repository at this point in the history
* rename scrip file containing typo: cs for sc (StorageClass) - otherwise misleading

* remove script, as describe on vre issue #16 - https://github.com/vre-hub/vre/issues/16\#issuecomment-1511277938

* comment diagram CI script - not running properly as it tries to push directly to main
  • Loading branch information
garciagenrique authored May 9, 2023
1 parent 5a44ac4 commit 1ff06dc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 56 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/diagram.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Create diagram
# name: Create diagram

on:
workflow_dispatch: {}
push:
branches:
- main
# on:
# workflow_dispatch: {}
# push:
# branches:
# - main

jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Update diagram
uses: githubocto/repo-visualizer@main
# jobs:
# get_data:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@master
# - name: Update diagram
# uses: githubocto/repo-visualizer@main
2 changes: 1 addition & 1 deletion infrastructure/cluster/manual/csi-cvmfs_v2_installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ helm install cvmfs cern/cvmfs-csi -n kube-system --set-json 'nodeplugin.tolerati
# storageClassName: cvmfs
# ```

Kubectl apply -f cvmfs-cs-pvc.yaml
Kubectl apply -f cvmfs-sc-pvc.yaml
41 changes: 0 additions & 41 deletions infrastructure/scripts/rucio-add-rse.sh

This file was deleted.

0 comments on commit 1ff06dc

Please sign in to comment.