1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Captain Grammar strikes back!

small typo
This commit is contained in:
seffyroff
2021-08-08 23:35:22 -07:00
committed by GitHub
parent 46f966f500
commit 8267299b9c

View File

@@ -4,7 +4,7 @@
1. Necessary docker-compose and env files for all published recipes 1. Necessary docker-compose and env files for all published recipes
2. Ansible playbook for deploying the cookbook stack, as well as individual recipes 2. Ansible playbook for deploying the cookbook stack, as well as individual recipes
3. Helm charts for deploying deploying recipes into Kubernetes 3. Helm charts for deploying recipes into Kubernetes
The intention of Premix is that sponsors can launch any recipe with just a `git pull` followed by `ansible-playbook ...` (*Docker Swarm _or_ Kubernetes*), `docker stack deploy ...` (*Docker Swarm*), or `helm install ...` (*Kubernetes*). The intention of Premix is that sponsors can launch any recipe with just a `git pull` followed by `ansible-playbook ...` (*Docker Swarm _or_ Kubernetes*), `docker stack deploy ...` (*Docker Swarm*), or `helm install ...` (*Kubernetes*).
@@ -607,4 +607,4 @@ Here's a sample of the directory structure:
└── wetty.yml └── wetty.yml
166 directories, 422 files 166 directories, 422 files
``` ```