Skip to content

Commit

Permalink
Merge remaining bits from main
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <[email protected]>
  • Loading branch information
kfox1111 committed May 26, 2024
1 parent 57d9c75 commit 85ac35d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 26 deletions.
4 changes: 4 additions & 0 deletions charts/spiffe-helper-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ maintainers:
email: [email protected]
- name: edwbuck
email: [email protected]
dependencies:
- name: spire-lib
repository: file://../spire/charts/spire-lib
version: 0.1.0
8 changes: 8 additions & 0 deletions charts/spiffe-helper-csi-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ helm install -n spire-server spire-crds spire-crds --repo https://spiffe.github.
helm install -n spire-server spire spire --repo https://spiffe.github.io/helm-charts-hardened/
```

## Build Instructions

Until there is an official release of this chart, before you can use it out of git, you have to run
```
cd charts/spiffe-helper-csi-driver
helm dep up
```

## Install Instructions
```
helm install -n spire-server spiffe-helper-csi-driver charts/spiffe-helper-csi-driver
Expand Down
26 changes: 0 additions & 26 deletions charts/spiffe-helper-csi-driver/templates/_spire-lib.tpl

This file was deleted.

0 comments on commit 85ac35d

Please sign in to comment.