Skip to content

Commit

Permalink
Merge pull request #55 from lijiuxing1/feature/oos-secret-parameter
Browse files Browse the repository at this point in the history
updated example
  • Loading branch information
DahuK authored Nov 29, 2024
2 parents 1079c02 + f155ad6 commit 65e6388
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/secretproviderclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ apiVersion: secrets-store.csi.x-k8s.io/v1
kind: SecretProviderClass
metadata:
name: test-secrets
namespace: kube-system
spec:
provider: alibabacloud # please using fixed value 'alibabacloud'
parameters:
objects: |
objects: | # objectType support kms and oos, default is kms
- objectName: "test-kms"
objectType: "kms"
- objectName: "test-oos"
objectType: "oos" # support kms and oos, default is kms
objectType: "oos"

0 comments on commit 65e6388

Please sign in to comment.