Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Gennady Azarenkov <[email protected]>
  • Loading branch information
rm3l and gazarenkov authored Jan 6, 2025
1 parent 5a541e2 commit 95fca4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PROFILES := $(shell find config/manifests -mindepth 1 -maxdepth 1 -type d -exec

# Profile directory: subdirectory of ./config/profile
# In terms of Kustomize it is overlay directory
# It also usually contains default-config directory
# with set of Backstage Configuration YAML manifests
# It also contains default-config directory
# with set of Backstage Default Configuration YAML manifests
# to use other config - add a directory with config,
# use it as following commands: 'PROFILE=<dir-name> make test|integration-test|run|deploy|deployment-manifest'
PROFILE ?= rhdh
Expand Down

0 comments on commit 95fca4c

Please sign in to comment.