Commit 0359f241 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

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

parent 8f9e6a1f
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure@2.2.3
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@2.2.3
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -357,9 +357,9 @@ The variant supports the following configuration:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure@2.2.3
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@2.2.3
  # OIDC variant
  - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure-oidc@2.2.3
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure-oidc@2.2.3
    inputs:
      # common OIDC client ID & tenant ID for non-prod envs
      oidc-client-id: "<common client-id>"
@@ -404,9 +404,9 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure@2.2.3
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@2.2.3
  # Vault variant
  - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure-vault@2.2.3
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure-vault@2.2.3
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"