Loading README.md +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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" Loading Loading
README.md +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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" Loading