We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a644f1 commit 1c1da05Copy full SHA for 1c1da05
deploy/cert-manager-webhook-vkcloud/values.yaml
@@ -14,7 +14,7 @@ certManager:
14
15
image:
16
repository: drone076/cert-manager-webhook-vkcloud
17
- # tag: latest
+ tag: latest
18
pullPolicy: IfNotPresent
19
20
nameOverride: ""
main.go
@@ -6,7 +6,6 @@ import (
6
"encoding/json"
7
"fmt"
8
"io"
9
- "log"
10
"net/http"
11
"os"
12
"strings"
0 commit comments