Loading templates/gitlab-ci-k8s.yml +4 −1 Original line number Diff line number Diff line Loading @@ -552,8 +552,11 @@ stages: exit 1 fi # replace variables (alternative for envsubst which is not present in image) awkenvsubst < "$deploymentfile" > generated-deployment.yml # shellcheck disable=SC2086 /usr/bin/kube-score score $K8S_SCORE_EXTRA_OPTS $deploymentfile /usr/bin/kube-score score $K8S_SCORE_EXTRA_OPTS generated-deployment.yml fi } Loading Loading
templates/gitlab-ci-k8s.yml +4 −1 Original line number Diff line number Diff line Loading @@ -552,8 +552,11 @@ stages: exit 1 fi # replace variables (alternative for envsubst which is not present in image) awkenvsubst < "$deploymentfile" > generated-deployment.yml # shellcheck disable=SC2086 /usr/bin/kube-score score $K8S_SCORE_EXTRA_OPTS $deploymentfile /usr/bin/kube-score score $K8S_SCORE_EXTRA_OPTS generated-deployment.yml fi } Loading