[bitnami/cert-manager] Remove condition from cert-manager webhook service. (#15646)

The service is needed by the cert-manager controller to work

Signed-off-by: Mathias Scherer <scherer.mat@gmail.com>
This commit is contained in:
Mathias Scherer
2023-03-30 11:29:19 +02:00
committed by GitHub
parent 8aae205d5e
commit e2069e2e37
2 changed files with 1 additions and 3 deletions

View File

@@ -26,4 +26,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/cert-manager-webhook
- https://github.com/bitnami/containers/tree/main/bitnami/cainjector
- https://github.com/jetstack/cert-manager
version: 0.9.3
version: 0.9.4

View File

@@ -1,4 +1,3 @@
{{- if .Values.metrics.enabled }}
apiVersion: v1
kind: Service
metadata:
@@ -14,4 +13,3 @@ spec:
- name: https
port: {{ .Values.webhook.httpsPort }}
targetPort: {{ .Values.webhook.containerPort }}
{{- end }}