We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98104e commit a561705Copy full SHA for a561705
.gitignore
@@ -64,3 +64,7 @@ package.json
64
# kind kube-config
65
kube-local
66
venv/
67
+
68
+# generated certificates
69
+common-secrets/*
70
+!common-secrets/.gitkeep
common-secrets/.gitkeep
hack/tls-cert-gen/tls-cert-gen.go
@@ -26,7 +26,7 @@ import (
26
const (
27
secretShouldHaveValidTLSCrt = true
28
secretShouldHaveInvalidTLSCrt = false
29
- realSecretDirectory = "examples/common-secrets/"
+ realSecretDirectory = "common-secrets/"
30
)
31
32
var projectRoot = "" // this will be redefined in main()
0 commit comments