Skip to content
Snippets Groups Projects
Commit 7e7b0383 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: use variabilized GitLab server FQDN in CI/CD component reference URLs

parent 5852015a
Branches
Tags
No related merge requests found
...@@ -16,7 +16,7 @@ Add the following to your `.gitlab-ci.yml`: ...@@ -16,7 +16,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml ```yaml
include: include:
# 1: include the component # 1: include the component
- component: gitlab.com/to-be-continuous/node/gitlab-ci-node@4.0.0 - component: $CI_SERVER_FQDN/to-be-continuous/node/gitlab-ci-node@4.0.0
# 2: set/override component inputs # 2: set/override component inputs
inputs: inputs:
image: "registry.hub.docker.com/library/node:20" # ⚠ this is only an example image: "registry.hub.docker.com/library/node:20" # ⚠ this is only an example
...@@ -491,9 +491,9 @@ With: ...@@ -491,9 +491,9 @@ With:
```yaml ```yaml
include: include:
# main template # main template
- component: gitlab.com/to-be-continuous/node/gitlab-ci-node@4.0.0 - component: $CI_SERVER_FQDN/to-be-continuous/node/gitlab-ci-node@4.0.0
# Vault variant # Vault variant
- component: gitlab.com/to-be-continuous/node/gitlab-ci-node-vault@4.0.0 - component: $CI_SERVER_FQDN/to-be-continuous/node/gitlab-ci-node-vault@4.0.0
inputs: inputs:
# audience claim for JWT # audience claim for JWT
vault-oidc-aud: "https://vault.acme.host" vault-oidc-aud: "https://vault.acme.host"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment