Skip to content

Commit

Permalink
chore: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel committed Nov 15, 2024
1 parent 7b1450b commit d573d0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,14 @@ on:
- '**.md'
- 'docs/**'


jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

# If one file is changed, we can check all the files
# - name: Check markdown links in docs
# uses: gaurav-nelson/github-action-markdown-link-check@v1
# with:
# config-file: '.github/workflows/link-checker.config.json'
# folder-path: 'docs/'

- name: Check all markdown files in root
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.github/workflows/link-checker.config.json'
# ignore subfolders we don't want to check everthing, there is a lot of files from plugins that we don't control
#max-depth: 0

4 changes: 2 additions & 2 deletions e2e-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

### How to setup backstage configuration during the pipeline

[configmap-app-config-rhdh.yaml](.ibm/pipelines/resources/config_map/configmap-app-config-rhdh.yaml) is the
[configmap-app-config-rhdh.yaml](../.ibm/pipelines/resources/config_map/configmap-app-config-rhdh.yaml) is the
configuration file
to add plugins or any other kind of configuration into Backstage

### Environment Variables into configmap-app-config-rhdh.yaml

To use environment variables
on [configmap-app-config-rhdh.yaml](.ibm/pipelines/resources/config_map/configmap-app-config-rhdh.yaml)
on [configmap-app-config-rhdh.yaml](../.ibm/pipelines/resources/config_map/configmap-app-config-rhdh.yaml)
we need to set the envs encoded as Base64 in the
[secrets-rhdh-secrets.yaml](.ibm/pipelines/auth/secrets-rhdh-secrets.yaml) .
You can use temporary values for the secrets because it can be replaced by the pipeline.
Expand Down

0 comments on commit d573d0b

Please sign in to comment.