Skip to content

Commit

Permalink
Add missing volume mount in the config-policy-controller deployment
Browse files Browse the repository at this point in the history
Signed-off-by: mprahl <[email protected]>
  • Loading branch information
mprahl committed Jul 27, 2022
1 parent bb8a9d7 commit d5eb3b9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
volumeMounts:
- name: klusterlet-config
mountPath: /var/run/klusterlet
volumes:
- name: klusterlet-config
secret:
Expand Down

0 comments on commit d5eb3b9

Please sign in to comment.