From 4c294eb16548c608f2f97276e72589b2718ead22 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Tue, 5 Oct 2021 19:35:11 +0200 Subject: [PATCH] make: Add missing sops tooling in machine-check --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 75e2d6ced..3c192e879 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ check-machine: ## Check your local machine setup to be prepared for the installa command -v kubectl >/dev/null command -v ansible >/dev/null command -v flux >/dev/null + command -v sops >/dev/null command -v terraform >/dev/null .PHONY: deploy -- GitLab