From 5e766dd8e4b5e1189673ce6ce5e0a96b211c419a Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Mon, 19 Jun 2023 23:02:01 +1000 Subject: [PATCH] test helm --- .drone.yml | 4 ++-- README.md | 13 ++++++++++++- {namespaces => manifests/namespaces}/vdk2ch.yaml | 0 3 files changed, 14 insertions(+), 3 deletions(-) rename {namespaces => manifests/namespaces}/vdk2ch.yaml (100%) diff --git a/.drone.yml b/.drone.yml index 843bc7e..40a780f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,6 @@ steps: commands: - cd /etc/k8s - git pull origin HITLER_DID_EVERYTHING_WRONG_EXCEPT_THE_STUFF_HE_DID_RIGHT -- name: namespaces +- name: manifests commands: - - su - hogweed1 -c "minikube kubectl -- apply -f /etc/k8s/namespaces" \ No newline at end of file + - su - hogweed1 -c "minikube kubectl -- apply -f /etc/k8s/manifests" \ No newline at end of file diff --git a/README.md b/README.md index 56a6051..47812ce 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -1 \ No newline at end of file +1 + + +``` +flowchart TD + A[dvach] -->|Get money| B(no way!) + B --> C{Let me think} + C -->|One| D[day] + C -->|Two| E[gay] + C -->|Three| F[fa:fa-car hey] + +``` \ No newline at end of file diff --git a/namespaces/vdk2ch.yaml b/manifests/namespaces/vdk2ch.yaml similarity index 100% rename from namespaces/vdk2ch.yaml rename to manifests/namespaces/vdk2ch.yaml