feat(examples): use providerConfigRef.name instead of deprecated and … (#626)

This commit is contained in:
Christopher Haar 2023-11-27 17:47:20 +01:00 committed by GitHub
parent bb4b044f04
commit 86a9bc76ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -267,7 +267,8 @@ kind: Instance
spec:
forProvider:
# Removed for brevity
providerConfigRef: user-keys
providerConfigRef:
name: user-keys
```
```yaml {label="pc"}

View File

@ -418,7 +418,8 @@ kind: Instance
spec:
forProvider:
# Removed for brevity
providerConfigRef: user-keys
providerConfigRef:
name: user-keys
```
```yaml {label="pc"}

View File

@ -403,7 +403,8 @@ kind: Instance
spec:
forProvider:
# Removed for brevity
providerConfigRef: user-keys
providerConfigRef:
name: user-keys
```
```yaml {label="pc"}