Skip to content

Commit

Permalink
Merge pull request #992 from alesstimec/k8s-charm-install-dashboard-f…
Browse files Browse the repository at this point in the history
…ix-01

K8s charm install dashboard fix 01
  • Loading branch information
alesstimec authored Jul 10, 2023
2 parents 5543c36 + 9a6b919 commit a7fe32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charms/jimm-k8s/src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def _install_dashboard(self, event):

# remove the existing dashboard from the workload/
if container.exists(self._dashboard_path):
container.remove_path(self._dashboard_path)
container.remove_path(self._dashboard_path, recursive=True)

container.make_dir(self._dashboard_path, make_parents=True)

Expand Down

0 comments on commit a7fe32f

Please sign in to comment.