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: 16 additions & 4 deletions firestartr-bootstrap/boot/BootstrapFile.yaml.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
defaultSystemName: # ask customer for a default system name to be used in the claims, for example "mysystem"
defaultGroup: # ask customer for the owner of the default system and domain
org: <github org name> # github org name
customer: <customer name> # customer name used for Firestartr internally, for example to find secrets within the parameter store
env: <environment> # set either "pre" for firestartr-pre or "pro" for firestartr-pro
defaultOrgPermissions: <none | view | contribute> # default permissions for the <org>-all group, can be none, view or contribute
defaultBranch: main
defaultBranchStrategy: none
defaultDomainName: <default domain name> # ask customer for a default domain name to be used in the claims, for example "myproduct"
defaultSystemName: <default system name> # ask customer for a default system name to be used in the claims, for example "mysystem"
defaultGroup: <default group> # ask customer for the owner of the default system and domain
defaultFirestartrGroup: firestartr # default group for firestartr users and related components (claims, state-github, state-infra...)

firestartr:
# Check latest available release at github.com/prefapp/gitops-k8s
operator: v1.56.1
cli: v1.56.1
operator: <operator_version> # Ex. v1.56.1 or "latest"
cli: <cli_version> # Ex. v1.56.1 or "latest"

pushFiles:
claims:
push: true # When the process finishes, the generated claims will be pushed to the claims repository.
Expand Down Expand Up @@ -49,6 +57,8 @@ components:
variables:
- name: "FS_IMPORT_APP_ID"
value: "ref:secretsclaim:firestartr-secrets:fs-import-appid"
labels:
- automerge

- name: "catalog"
description: "Firestartr configuration folders and files"
Expand All @@ -63,6 +73,8 @@ components:
features:
- name: state_github
version: latest # Check available versions at github.com/prefapp/features
labels:
- plan

- name: "state-infra"
description: "Firestartr Terraform workspaces wet repository"
Expand Down
Loading