Skip to content

Commit

Permalink
Update provider config example credentials structure
Browse files Browse the repository at this point in the history
Ref. crossplane#12

Signed-off-by: Carl Henrik Lunde <chlunde@ifi.uio.no>
  • Loading branch information
chlunde committed Mar 9, 2021
1 parent 41f54f1 commit 10a0c28
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions examples/provider/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ kind: ProviderConfig
metadata:
name: example
spec:
credentialsSecretRef:
namespace: crossplane-system
name: example-provider-secret
key: credentials
credentials:
source: Secret
secretRef:
namespace: crossplane-system
name: example-provider-secret
key: credentials

0 comments on commit 10a0c28

Please sign in to comment.