mirror of
https://github.com/cert-manager/webhook-example.git
synced 2026-03-16 18:02:51 +01:00
fix: add secret to gitignore to ensure only template exists
This commit is contained in:
parent
a229c407af
commit
398194366b
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue