Skip to content

Commit

Permalink
Fix config policy controller deployment volumeMount
Browse files Browse the repository at this point in the history
ref: https://issues.redhat.com/browse/ACM-8346
Signed-off-by: Jason Zhang <jaszhang@redhat.com>
  • Loading branch information
zyjjay authored and openshift-merge-bot[bot] committed Aug 1, 2024
1 parent 037d6db commit 8aa8a15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ spec:
- mountPath: "/var/run/metrics-cert"
name: metrics-cert
readOnly: true
{{- end }}
- name: klusterlet-config
mountPath: /var/run/klusterlet
{{- end }}
{{- if eq .Values.installMode "Hosted" }}
- mountPath: "/var/run/managed-kubeconfig"
name: managed-kubeconfig-secret
Expand Down

0 comments on commit 8aa8a15

Please sign in to comment.