Commit b2ce8899 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc: change the project pitch sentence

parent 80886e3d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
# GitLab CI template for Kubernetes (k8s)

This project implements a generic Gitlab CI template to deploy to [Kubernetes](https://kubernetes.io) platforms.
This project implements a GitLab CI/CD template to 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/).

## Usage

+1 −1
Original line number Diff line number Diff line
{
  "name": "Kubernetes",
  "description": "Deploy your code to a [Kubernetes](https://kubernetes.io/) environment",
  "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",
  "variables": [