From 670007e6189662e97a2bce8d6c8152d9a55f1396 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 4 May 2024 19:17:56 -0700 Subject: [PATCH] Fixing typo in stagse marker --- .gitlab-ci.yml | 2 +- infra/vultr-kubernetes/readme.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6108ea0..59492dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - test sast: - sast: test + stage: test include: - template: Security/SAST.gitlab-ci.yml diff --git a/infra/vultr-kubernetes/readme.md b/infra/vultr-kubernetes/readme.md index 938b865..a8877f6 100644 --- a/infra/vultr-kubernetes/readme.md +++ b/infra/vultr-kubernetes/readme.md @@ -1,7 +1,11 @@ # Kubernetes Cluster On Vultr +## Role of this folder -# Kubectl Fresh setup +To define the cluster, namespaces, and nodes that we are going to support. +Each project will get it's own namespace however no attempt to manage the + +## Kubectl Fresh setup Check this link for installation instructions on \*nix systems: