Skip to content

Commit

Permalink
Update to secrets-store.csi.x-k8s.io/v1 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmarty authored Feb 28, 2024
1 parent 6800f44 commit 109d74a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Where **<PODID>** in this case is the id of the *csi-secrets-store-provide
### SecretProviderClass options
The SecretProviderClass has the following format:
```yaml
apiVersion: secrets-store.csi.x-k8s.io/v1alpha1
apiVersion: secrets-store.csi.x-k8s.io/v1
kind: SecretProviderClass
metadata:
name: <NAME>
Expand Down
2 changes: 1 addition & 1 deletion examples/ExampleSecretProviderClass.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: secrets-store.csi.x-k8s.io/v1alpha1
apiVersion: secrets-store.csi.x-k8s.io/v1
kind: SecretProviderClass
metadata:
name: nginx-deployment-aws-secrets
Expand Down
2 changes: 1 addition & 1 deletion tests/BasicTestMountSPC.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: secrets-store.csi.x-k8s.io/v1alpha1
apiVersion: secrets-store.csi.x-k8s.io/v1
kind: SecretProviderClass
metadata:
name: basic-test-mount-spc
Expand Down

0 comments on commit 109d74a

Please sign in to comment.