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