Merge pull request #5408 from dougsong/master

fix: alicloud provider example yaml
This commit is contained in:
Kubernetes Prow Robot 2023-01-12 08:36:55 -08:00 committed by GitHub
commit 73d02f1d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ metadata:
type: Opaque
data:
access-key-id: [YOUR_BASE64_AK_ID]
access-key-id: [YOUR_BASE64_AK_SECRET]
access-key-secret: [YOUR_BASE64_AK_SECRET]
region-id: [YOUR_BASE64_REGION_ID]
---