diff --git a/firestartr-bootstrap/boot/BootstrapFile.yaml.example b/firestartr-bootstrap/boot/BootstrapFile.yaml.example index 17f0187f..2f493a3c 100644 --- a/firestartr-bootstrap/boot/BootstrapFile.yaml.example +++ b/firestartr-bootstrap/boot/BootstrapFile.yaml.example @@ -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 +customer: # customer name used for Firestartr internally, for example to find secrets within the parameter store +env: # set either "pre" for firestartr-pre or "pro" for firestartr-pro +defaultOrgPermissions: # default permissions for the -all group, can be none, view or contribute +defaultBranch: main +defaultBranchStrategy: none +defaultDomainName: # ask customer for a default domain name to be used in the claims, for example "myproduct" +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 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: # Ex. v1.56.1 or "latest" + cli: # Ex. v1.56.1 or "latest" + pushFiles: claims: push: true # When the process finishes, the generated claims will be pushed to the claims repository. @@ -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" @@ -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"