test helm
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simple_Not 2023-06-19 23:02:01 +10:00
parent 21675089ad
commit 5e766dd8e4
3 changed files with 14 additions and 3 deletions

View File

@ -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"
- su - hogweed1 -c "minikube kubectl -- apply -f /etc/k8s/manifests"

View File

@ -1 +1,12 @@
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]
```