Commit 76738c7c authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

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

parent 0eb6cbbe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.4
  - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.4
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -423,9 +423,9 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.4
  - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.4
  # Vault variant
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@3.2.4
  - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@3.2.4
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"