Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Jul 16, 2024
1 parent fb81fba commit d60f2ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
feth-depth: 0
- name: Configure Git
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git config user.name ${{ github.actor }}
git config user.email ${{ github.actor }}@users.noreply.github.com
- name: Set up Helm
uses: azure/setup-helm@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions charts/cryostat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,3 @@ A Helm chart for deploying [Cryostat](https://cryostat.io/) on Kubernetes and Op
| `pvc.accessModes` | Access mode for the persistentVolumeClaim. See: [Access Modes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims) | `["ReadWriteOnce"]` |
| `pvc.selector` | Selector for the persistentVolumeClaim. See: [Selector](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims) | `{}` |
| `pvc.storageClassName` | The name of the StorageClass for the persistentVolumeClaim. See: [Class](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims) | `undefined` |

*changing chart*
11 changes: 0 additions & 11 deletions charts/cryostat/templates/db_secret.yaml

This file was deleted.

0 comments on commit d60f2ed

Please sign in to comment.