Skip to content

Commit

Permalink
Merge pull request #89 from ezgidemirel/fix-dnszone-example
Browse files Browse the repository at this point in the history
Fix DNSZone example manifest
  • Loading branch information
ezgidemirel authored Dec 7, 2022
2 parents 17e29a9 + 457fb61 commit b617235
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions examples/network/dnszone.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
apiVersion: network.azure.upbound.io/v1beta1
kind: DNSZone
metadata:
annotations:
crossplane.io/external-name: upbound-example.com
meta.upbound.io/example-id: network/v1beta1/dnszone
labels:
testing.upbound.io/example-name: example-public
name: example-public
spec:
forProvider:
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example

---

apiVersion: azure.upbound.io/v1beta1
kind: ResourceGroup
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/dnszone
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
resourceGroupNameRef:
name: example
providerConfigRef:
name: example
location: West Europe

0 comments on commit b617235

Please sign in to comment.