Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubewarden/helm-charts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 81d566f2282b2ce5167103b838028802b9b98a41
Choose a base ref
..
head repository: kubewarden/helm-charts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c074b51f510c2f4bfa6266c4f097fe94a4b11009
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 charts/kubewarden-controller/templates/deployment.yaml
2 changes: 1 addition & 1 deletion charts/kubewarden-controller/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -137,7 +137,7 @@ spec:
readOnly: true
{{- end }}
{{- if and (.Values.mTLS.enable) .Values.mTLS.configMapName }}
- mountPath: /tmp/k8s-webhook-server/client-certs
- mountPath: /tmp/k8s-webhook-server/serving-certs/client-ca
name: client-ca
readOnly: true
{{- end }}