Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document that component name has to be unique in a namespace #298

Merged
merged 1 commit into from
Apr 2, 2025
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions modules/ROOT/pages/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Snapshot which will trigger a specific pipeline in the managed namespace.
A Component CR describes the properties for an OCI artifact including the git repository where the artifact is from,
its latest built commit, initial build configuration parameters (i.e. Containerfile path), and any relationships to
other Components. The CR also contains a reference to its single owning Application.
Component names must be unique in a namespace, even when components are used in different application.

=== Pipelines as Code (PAC)
https://pipelinesascode.com/[Pipelines as Code] is a project that provides opinionated tooling to define a
Expand Down
2 changes: 2 additions & 0 deletions modules/building/pages/creating.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

Before being able to onboard a component to {ProductName}, you will need to ensure that the instance has appropriate access to the git repository. This means either installing your organization’s {ProductName} GitHub App on the source code repository or xref:building:creating-secrets.adoc#creating-source-control-secrets[create a secret] to enable access to a GitLab repository.

NOTE: Component names must be unique in a namespace, even when components are used in different application.

=== With the UI
.Prerequisites:

Expand Down
Loading