Skip to content
Snippets Groups Projects
avatar
smartdatalab/public/ci-cd-components/kubernetes
Kubernetes 6.5.0

gitlab-ci-k8s

include:
  - component: $CI_SERVER_FQDN/smartdatalab/public/ci-cd-components/kubernetes/gitlab-ci-k8s@6.5.0
Inputs
Name
Mandatory
Type
Description
Default
urlfalsestringGlobal Kubernetes API url (only define if using exploded kubeconfig parameters)
prod-urlfalsestringKubernetes API url for production env (only define if using exploded kubeconfig parameters and if different from global)
integ-urlfalsestringKubernetes API url for integration env (only define if using exploded kubeconfig parameters and if different from global)
prod-spacefalsestringKubernetes namespace for production env
review-urlfalsestringKubernetes API url for review env (only define if using exploded kubeconfig parameters and if different from global)
integ-spacefalsestringKubernetes namespace for integration env
scripts-dirfalsestringdirectory where Kubernetes scripts (templates, hook scripts) are located.
staging-urlfalsestringKubernetes API url for staging env (only define if using exploded kubeconfig parameters and if different from global)
review-spacefalsestringKubernetes namespace for review env
base-app-namefalsestringBase application name$CI_PROJECT_NAME
kubectl-imagefalsestringThe Docker image used to run Kubernetes `kubectl` commands - **set the version required by your Kubernetes server**registry.hub.docker.com/bitnami/kubectl:latest
prod-app-namefalsestringThe application name for production env (only define to override default)
staging-spacefalsestringKubernetes namespace for staging env
integ-app-namefalsestringThe application name for integration env (only define to override default)
kustomize-argsfalsestringAdditional [`kubectl kustomize` options](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#kustomize) _For example: `--enable-helm`_
score-disabledfalsebooleanDisable kube-scorefalse
environment-urlfalsestringThe default environments url _(only define for static environment URLs declaration)_ _supports late variable expansion (ex: `https://%{environment_name}.k8s.acme.com`)_
review-app-namefalsestringThe application name for review env (only define to override default)
kube-score-imagefalsestringDocker image to run [kube-score](https://github.com/zegl/kube-score)registry.hub.docker.com/zegl/kube-score:latest
score-extra-optsfalsestringAdditional [kube-score options](https://github.com/zegl/kube-score#configuration)
staging-app-namefalsestringThe application name for staging env (only define to override default)
k8s-prod-job-tagsfalsearraytags to filter applicable runners for k8s-production job[]
kustomize-enabledfalsebooleanSet to `true` to enable [Kustomize](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/)false
k8s-integ-job-tagsfalsearraytags to filter applicable runners for k8s-integration job[]
k8s-score-job-tagsfalsearraytags to filter applicable runners for k8s-score job[]
k8s-review-job-tagsfalsearraytags to filter applicable runners for k8s-review job[]
k8s-staging-job-tagsfalsearraytags to filter applicable runners for k8s-staging job[]
prod-deploy-strategyfalsestringDefines the deployment to production strategy.manual
prod-environment-urlfalsestringThe production environment url _(only define for static environment URLs declaration and if different from default)_
integ-environment-urlfalsestringThe integration environment url _(only define for static environment URLs declaration and if different from default)_
review-environment-urlfalsestringThe review environments url _(only define for static environment URLs declaration and if different from default)_
staging-environment-urlfalsestringThe staging environment url _(only define for static environment URLs declaration and if different from default)_
create-namespace-enabledfalsebooleanCreates the namespace, if it doesn't existfalse
review-autostop-durationfalsestringThe amount of time before GitLab will automatically stop `review` environments4 hours
k8s-cleanup-review-job-tagsfalsearraytags to filter applicable runners for k8s-cleanup-review job[]

gitlab-ci-k8s-vault

include:
  - component: $CI_SERVER_FQDN/smartdatalab/public/ci-cd-components/kubernetes/gitlab-ci-k8s-vault@6.5.0
Inputs
Name
Mandatory
Type
Description
Default
vault-base-urlfalsestringThe Vault server base API url
vault-oidc-audfalsestringThe `aud` claim for the JWT$CI_SERVER_URL

gitlab-ci-k8s-gcp

include:
  - component: $CI_SERVER_FQDN/smartdatalab/public/ci-cd-components/kubernetes/gitlab-ci-k8s-gcp@6.5.0
Inputs
Name
Mandatory
Type
Description
Default
gcp-oidc-audfalsestringThe `aud` claim for the JWT token$CI_SERVER_URL
kubectl-imagefalsestringThe Docker image used to run Kubernetes `kubectl` commands on [GKE](https://cloud.google.com/kubernetes-engine/docs)gcr.io/google.com/cloudsdktool/cloud-sdk:latest
gcp-oidc-accountfalsestringDefault Service Account to which impersonate with OpenID Connect authentication
gcp-oidc-providerfalsestringDefault Workload Identity Provider associated with GitLab to [authenticate with OpenID Connect](https://docs.gitlab.com/ee/ci/cloud_services/google_cloud/)
gcp-prod-oidc-accountfalsestringService Account to which impersonate with OpenID Connect authentication on `production` environment
gcp-integ-oidc-accountfalsestringService Account to which impersonate with OpenID Connect authentication on `integration` environment
gcp-prod-oidc-providerfalsestringWorkload Identity Provider associated with GitLab to [authenticate with OpenID Connect](https://docs.gitlab.com/ee/ci/cloud_services/google_cloud/) on `production` environment
gcp-integ-oidc-providerfalsestringWorkload Identity Provider associated with GitLab to [authenticate with OpenID Connect](https://docs.gitlab.com/ee/ci/cloud_services/google_cloud/) on `integration` environment
gcp-review-oidc-accountfalsestringService Account to which impersonate with OpenID Connect authentication on `review` environment
gcp-review-oidc-providerfalsestringWorkload Identity Provider associated with GitLab to [authenticate with OpenID Connect](https://docs.gitlab.com/ee/ci/cloud_services/google_cloud/) on `review` environment
gcp-staging-oidc-accountfalsestringService Account to which impersonate with OpenID Connect authentication on `staging` environment
gcp-staging-oidc-providerfalsestringWorkload Identity Provider associated with GitLab to [authenticate with OpenID Connect](https://docs.gitlab.com/ee/ci/cloud_services/google_cloud/) on `staging` environment