Properly implements logging

This commit is contained in:
2024-11-01 19:47:42 +00:00
parent d22266fd9a
commit 2da56a0aaf
4 changed files with 15 additions and 19 deletions
@@ -26,6 +26,7 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- --v=2
- --tls-cert-file=/tls/tls.crt
- --tls-private-key-file=/tls/tls.key
env:
+1 -1
View File
@@ -14,7 +14,7 @@ certManager:
image:
repository: penguinade/cert-manager-webhook-freedns
tag: 2024.10.31.04
tag: 2024.11.02.04
pullPolicy: IfNotPresent
nameOverride: ""