Skip to content

Commit

Permalink
Update default config
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz committed Oct 20, 2023
1 parent f976088 commit 112b833
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions bonfire/resources/default_config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Bonfire deployment configuration

# Defines where to fetch the file that defines application configs
# appsFile:
# host: gitlab
# repo: insights-platform/cicd-common
# path: bonfire_configs/ephemeral_apps.yaml
# If using '--source=file', defines where to fetch the file that defines application configs
#appsFile:
# host: github
# repo: myorg/myrepo
# path: configs/apps.yaml

# (optional) define any apps locally. An app defined here with <name> will override config for app
# <name> in above fetched config.
# (optional) define any apps locally. An app defined here with <name> will take precedence
# over config loaded via --source=file or --source=appsre. See README for more info:
# https://github.com/RedHatInsights/bonfire/blob/master/README.md#using-a-local-config
apps:
- name: my_custom_app
components:
Expand Down

0 comments on commit 112b833

Please sign in to comment.