Skip to content
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Contributing

Check out the [contributing guide](https://padok-team.github.io/burrito/contributing/) to know how to contribute to Burrito.
Check out the [contributing guide](https://docs.burrito.tf/contributing/) to know how to contribute to Burrito.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ Finally, currently, there is no easy way to navigate your Terraform state to tru

## Documentation

To learn more about burrito [go to the complete documentation](https://padok-team.github.io/burrito/).
To learn more about burrito [go to the complete documentation](https://docs.burrito.tf).

## Community

### Contribution, Discussion and Support

Please read our [Contribution Guide](https://padok-team.github.io/burrito/contributing/) for more information on how to get involved.
Please read our [Contribution Guide](https://docs.burrito.tf/contributing/) for more information on how to get involved.

Current maintainers:

Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/burrito/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# install: true

# Burrito configuration
## Ref: https://padok-team.github.io/burrito/operator-manual/advanced-configuration/
## Ref: https://docs.burrito.tf/operator-manual/advanced-configuration/
config:
# -- Create ConfigMap with Burrito configuration
create: true
Expand Down
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.burrito.tf
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ It is strongly recommended to create a GitHub token with no specific rights to b
## Additional Resources

- [Controller-runtime documentation](https://pkg.go.dev/sigs.k8s.io/[email protected]) (Burrito heavily relies on this package)
- [Burrito documentation](https://padok-team.github.io/burrito/)
- [Burrito documentation](https://docs.burrito.tf/)
2 changes: 1 addition & 1 deletion docs/operator-manual/pr-mr-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ You can create and register GitHub Apps in your personal GitHub account or in an
Follow the instructions in the GitHub documentation on [Creating a GitHub App](https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app). Populate the settings as follows:

- **GitHub App Name**: Choose a name for your GitHub App. For example, something featuring `burrito`.
- **Homepage URL**: Enter <https://padok-team.github.io/burrito>.
- **Homepage URL**: Enter <https://docs.burrito.tf>.
- **Webhook**: Unselect Active. The app doesn't use this webhook events mechanism at the moment.
- **Permissions**: Configure the following **Repository Permissions**:
- **Metadata**: Select Read-only.
Expand Down
2 changes: 1 addition & 1 deletion internal/controllers/terraformpullrequest/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func (r *Reconciler) initializeProvider(ctx context.Context, repository *configv

// This function initializes default providers for the controller if user has provided legacy configuration
func (r *Reconciler) initializeDefaultProviders() error {
log.Warningf("deprecated GitHub/GitLab configuration found. please configure repositories with secrets instead. See https://padok-team.github.io/burrito/operator-manual/git-authentication/#repository-secret for more information.")
log.Warningf("deprecated GitHub/GitLab configuration found. please configure repositories with secrets instead. See https://docs.burrito.tf/operator-manual/git-authentication/#repository-secret for more information.")
var config = gitprovider.Config{
AppID: r.Config.Controller.GithubConfig.AppId,
AppInstallationID: r.Config.Controller.GithubConfig.InstallationId,
Expand Down
Loading