Skip to content

Commit

Permalink
Merge pull request #139 from jseseCCS/HACDOCS-510
Browse files Browse the repository at this point in the history
HACDOCS-510: Updating Config components Learn more to include Add secret
  • Loading branch information
jseseCCS authored Oct 27, 2023
2 parents 88c6eed + 61342b9 commit ea7865d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/help-topics/rhtap-import/rhtap-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,17 @@
Under **Build & deploy configuration**, review these settings:
- **Git reference**: Here you have the option to point to code in a specific branch, tag, or commit that you want to use to build your application.
- **Build context**: This is also optional. Here, you can specify a subdirectory for your component's build information.
- **Target port**: Is it correct? If not, click in the port field to modify it.
- **Dockerfile**: If you specified **Dockerfile** as your runtime, make sure we detected the right one. Click in the field if you need to modify it. If you chose a different runtime, we hide this field.
- **Default build pipeline**: To specify how to trigger rebuilds, toggle to choose either the default build pipeline or a custom one.
- **Default build pipeline**: This runs faster because it makes only critical image checks. Consider starting here to make sure we can successfully build and deploy your component.
- **Custom build pipeline**: This is triggered when you make commits to your source code repository. This pipeline runs more checks and security scans than the default pipeline, but it takes a bit more time because it's more thorough. **NOTE**: To use a custom pipeline, you must be the owner of your repository so that you can authorize the installation of our application in your GitHub instance and then grant the app access to your repository. If someone else owns your repository, fork it, then go back to the Add components page and start again.
- **CPU**, **Memory**, and **Instances**: Choose how many of each of these you want for your application, and in what unit, depending on your deployment requirements.
- **Route**: Enter the public URL for your published application.
In the **Environment variables** section, enter a variable name and value to customize how we deploy your application.
<!-- - **Route**: Enter the public URL for your published application. -->
- Under **Environment variables**, enter a variable **Name** and **Value** to customize how we deploy your application.
- **Secrets**: Click **Add secret** to keep your build data private. All secrets are stored using AWS Secrets Manager.
***
**WARNING**
Expand Down

0 comments on commit ea7865d

Please sign in to comment.