"description":"Deploy your application to a [Kubernetes](https://kubernetes.io/) platform using [declarative configuration](https://kubernetes.io/docs/tasks/manage-kubernetes-objects/declarative-config/) or [Kustomize](https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/)",
"template_path":"templates/gitlab-ci-k8s.yml",
"kind":"hosting",
"prefix":"k8s",
"is_component":true,
"variables":[
{
"name":"K8S_KUBECTL_IMAGE",
@@ -89,7 +91,7 @@
},
{
"name":"K8S_REVIEW_APP_NAME",
"description":"The application name for review env (only define if different from global)",
"description":"The application name for review env (only define to override default)",
"advanced":true
},
{
@@ -138,7 +140,7 @@
},
{
"name":"K8S_INTEG_APP_NAME",
"description":"The application name for integration env (only define if different from global)",
"description":"The application name for integration env (only define to override default)",
"advanced":true
},
{
@@ -182,7 +184,7 @@
},
{
"name":"K8S_STAGING_APP_NAME",
"description":"The application name for staging env (only define if different from global)",
"description":"The application name for staging env (only define to override default)",
"advanced":true
},
{
@@ -226,7 +228,7 @@
},
{
"name":"K8S_PROD_APP_NAME",
"description":"The application name for production env (only define if different from global)",
"description":"The application name for production env (only define to override default)",