Skip to content

Commit

Permalink
Merge pull request crossplane-contrib#69 from ulucinar/fix-examples
Browse files Browse the repository at this point in the history
Fix example manifests
  • Loading branch information
ulucinar authored Oct 15, 2021
2 parents 12d4d20 + 228d613 commit ee24164
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/kubernetes/kubernetescluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
name: example-kubeconfig
namespace: crossplane-system
forProvider:
name: "example-aks2"
name: "example-aks"
location: "East US"
resourceGroupNameRef:
name: example
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/kubernetesclusternodepool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
forProvider:
name: "nodepool1"
kubernetesClusterIDRef:
kubernetesClusterIdRef:
name: example
vmSize: "Standard_DS2_v2"
nodeCount: 1
Expand Down
3 changes: 2 additions & 1 deletion examples/postgresql/postgresqlconfiguration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ spec:
name: array_nulls
resourceGroupNameRef:
name: example
serverName: example-psql
serverNameRef:
name: example
value: "off"
providerConfigRef:
name: example

0 comments on commit ee24164

Please sign in to comment.