From 8267299b9cd362aa685ebcc895e2830cb3275544 Mon Sep 17 00:00:00 2001 From: seffyroff Date: Sun, 8 Aug 2021 23:35:22 -0700 Subject: [PATCH] Captain Grammar strikes back! small typo --- manuscript/premix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manuscript/premix.md b/manuscript/premix.md index b5189ec..e42635a 100644 --- a/manuscript/premix.md +++ b/manuscript/premix.md @@ -4,7 +4,7 @@ 1. Necessary docker-compose and env files for all published 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*). @@ -607,4 +607,4 @@ Here's a sample of the directory structure: └── wetty.yml 166 directories, 422 files - ``` \ No newline at end of file + ```