From 398194366bc7e9f333984a0b0b93056b62f34772 Mon Sep 17 00:00:00 2001 From: Marc Singer Date: Sun, 15 Feb 2026 00:21:00 +0100 Subject: [PATCH] fix: add secret to gitignore to ensure only template exists --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a4be81c..d220510 100644 --- a/.gitignore +++ b/.gitignore @@ -12,8 +12,11 @@ *.out # Ignore the built binary -cert-manager-webhook-example +cert-manager-desec-webhook # Make artifacts _out _test + +# Ensure the test secrets are not accidentally pushed +testdata/secret.yaml