Loading README.md +3 −3 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/kubernetes' ref: '1.1.0' ref: '1.2.0' file: '/templates/gitlab-ci-k8s.yml' ``` Loading Loading @@ -344,11 +344,11 @@ With: include: # main template - project: 'to-be-continuous/kubernetes' ref: '1.1.0' ref: '1.2.0' file: '/templates/gitlab-ci-k8s.yml' # Vault variant - project: 'to-be-continuous/kubernetes' ref: '1.1.0' ref: '1.2.0' file: '/templates/gitlab-ci-k8s-vault.yml' variables: Loading templates/gitlab-ci-k8s-vault.yml +1 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,6 @@ variables: .k8s-base: services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "kubernetes", "1.1.0" ] command: ["--service", "kubernetes", "1.2.0" ] - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master" alias: "vault-secrets-provider" templates/gitlab-ci-k8s.yml +2 −2 Original line number Diff line number Diff line Loading @@ -522,7 +522,7 @@ stages: fi } if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update kubernetes "1.1.0"; fi if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update kubernetes "1.2.0"; fi # export tool functions (might be used in after_script) export -f log_info log_warn log_error assert_defined rollback Loading @@ -538,7 +538,7 @@ stages: entrypoint: [""] services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "kubernetes", "1.1.0" ] command: ["--service", "kubernetes", "1.2.0" ] before_script: - *k8s-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" Loading Loading
README.md +3 −3 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/kubernetes' ref: '1.1.0' ref: '1.2.0' file: '/templates/gitlab-ci-k8s.yml' ``` Loading Loading @@ -344,11 +344,11 @@ With: include: # main template - project: 'to-be-continuous/kubernetes' ref: '1.1.0' ref: '1.2.0' file: '/templates/gitlab-ci-k8s.yml' # Vault variant - project: 'to-be-continuous/kubernetes' ref: '1.1.0' ref: '1.2.0' file: '/templates/gitlab-ci-k8s-vault.yml' variables: Loading
templates/gitlab-ci-k8s-vault.yml +1 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,6 @@ variables: .k8s-base: services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "kubernetes", "1.1.0" ] command: ["--service", "kubernetes", "1.2.0" ] - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master" alias: "vault-secrets-provider"
templates/gitlab-ci-k8s.yml +2 −2 Original line number Diff line number Diff line Loading @@ -522,7 +522,7 @@ stages: fi } if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update kubernetes "1.1.0"; fi if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update kubernetes "1.2.0"; fi # export tool functions (might be used in after_script) export -f log_info log_warn log_error assert_defined rollback Loading @@ -538,7 +538,7 @@ stages: entrypoint: [""] services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "kubernetes", "1.1.0" ] command: ["--service", "kubernetes", "1.2.0" ] before_script: - *k8s-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" Loading