Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tr0njavolta authored Feb 5, 2024
1 parent e26557e commit cc3cd1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The core components of a custom API in [Crossplane](https://docs.crossplane.io/v

In this specific configuration, the Flux API contains:

- **an Flux (/apis/definition.yaml) custom resource type.**
- **Composition of the Flux resources:** Configured in [/apis/composition.yaml](/apis/composition.yaml), it provisions an Flux resources in the `upbound-system` namespace.
- **a Flux (/apis/definition.yaml) custom resource type.**
- **Composition of the Flux resources:** Configured in [/apis/composition.yaml](/apis/composition.yaml), it provisions Flux resources in the `upbound-system` namespace.


This repository contains an Composite Resource (XR) file.
Expand All @@ -24,9 +24,9 @@ This repository contains an Composite Resource (XR) file.
apiVersion: pkg.crossplane.io/v1
kind: Configuration
metadata:
name: PACKAGE NAME
name: configuration-gitops-flux
spec:
package: PACKAGE SPEC
package: xpkg.upbound.io/upbound/configuration-gitops-flux:v0.2.0
```

## Next steps
Expand All @@ -37,4 +37,4 @@ This repository serves as a foundational step. To enhance your control plane, co
2. editing the existing API definition to your needs


Upbound will automatically detect the commits you make in your repo and build the configuration package for you. To learn more about how to build APIs for your managed control planes in Upbound, read the guide on Upbound's docs.
Upbound will automatically detect the commits you make in your repo and build the configuration package for you. To learn more about how to build APIs for your managed control planes in Upbound, read the guide on Upbound's docs.

0 comments on commit cc3cd1f

Please sign in to comment.