-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
33 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Pulumi ESC Secret Store CSI Driver | ||
|
||
## Getting Started | ||
|
||
### Deploy Dcrets Store CSI Driver using Helm | ||
|
||
Secrets Store CSI Driver allows users to customize their installation via Helm. | ||
|
||
```bash | ||
helm repo add secrets-store-csi-driver https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts | ||
helm install csi-secrets-store secrets-store-csi-driver/secrets-store-csi-driver --namespace kube-system | ||
``` | ||
|
||
Running the above helm install command will install the Secrets Store CSI Driver on Linux nodes in the `kube-system` | ||
namespace. | ||
|
||
### Deploy Pulumi ESC Secret Store CSI Driver - local development | ||
|
||
```bash | ||
tilt up | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters