Skip to content

Commit

Permalink
Update azure-provider.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Dor Mull-or <[email protected]>
  • Loading branch information
dorroddorrod committed Jun 22, 2022
1 parent 73e8c88 commit 6f399f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/azure-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
apiVersion: v1
kind: Secret
metadata:
namespace: default
namespace: crossplane-system
name: example-provider-azure
type: Opaque
data:
credentials: ************************
credentials: BASE64ENCODED_AZURE_PROVIDER_CREDS
---
# Azure Provider with service account secret reference - used to provision cache resources
apiVersion: azure.crossplane.io/v1beta1
Expand All @@ -18,6 +18,6 @@ spec:
credentials:
source: Secret
secretRef:
namespace: default
namespace: crossplane-system
name: example-provider-azure
key: credentials

0 comments on commit 6f399f9

Please sign in to comment.