Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions deploy/repositories/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,23 @@ spec:
providerConfigRef:
kind: ProviderConfig
name: default
---
apiVersion: repo.github.m.upbound.io/v1alpha1
kind: DefaultBranch
metadata:
name: aws
annotations:
# The Repository CRD's defaultBranch field is deprecated; manage the
# already-existing main branch through the dedicated resource instead.
crossplane.io/external-name: aws
spec:
managementPolicies:
- Observe
- Create
- Update
- LateInitialize
forProvider:
branch: main
providerConfigRef:
kind: ProviderConfig
name: default