From da56a2a2ad9f4ff9b85c5dfbbd56a78112eb0acf Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 14 Jan 2021 12:42:12 +0100 Subject: [PATCH] encrypt any secrets subdir allows secrets in images or the chart itself --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 45b5ca3db..2376958bf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -secrets/** filter=git-crypt diff=git-crypt +**/secrets/** filter=git-crypt diff=git-crypt