Skip to content

Commit 9c03e17

Browse files
MOS CIGerrit Code Review
MOS CI
authored and
Gerrit Code Review
committed
Merge "Revert "Fix updating certificates in admission controller pod""
2 parents bbd35df + 4ada6b8 commit 9c03e17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

charts/rockoon/templates/admission-controller-tls-secret.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ kind: Secret
4040
metadata:
4141
name: {{ include "rockoon.fullname" . }}-admission-tls
4242
namespace: {{ .Release.Namespace }}
43-
annotations:
44-
"helm.sh/hook": "pre-install,pre-upgrade"
45-
"helm.sh/hook-weight": "3"
4643
data:
4744
{{- if empty .Values.admission.tls }}
4845
oac.crt: {{ $client.Cert | b64enc }}

0 commit comments

Comments
 (0)