Skip to content

Commit

Permalink
fix path to deployment yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wndhydrnt committed Mar 25, 2024
1 parent 797328c commit e855b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Spring Cloud Config provider for Secrets Store CSI driver allows you to get
To install the provider, use the YAML file in the deployment directory:

```shell
kubectl apply -f https://raw.githubusercontent.com/freenowtech/secrets-store-csi-driver-provider-spring-cloud-config/main/deployment/provider.yaml
kubectl apply -f https://raw.githubusercontent.com/freenowtech/secrets-store-csi-driver-provider-spring-cloud-config/master/deployment/provider.yaml
```

## Usage
Expand Down

0 comments on commit e855b11

Please sign in to comment.