Skip to content

Commit

Permalink
Metrics server updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jmutai committed Dec 12, 2024
1 parent 98184a2 commit efabcca
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions mojaloop/iac/roles/microk8s/tasks/addons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,4 @@
- item.status == 'enabled'
- item.name in microk8s_plugins
- item.name != 'dns'
- not microk8s_plugins[item.name]

# - name: Ensure metrics-server is disabled
# become: true
# command:
# cmd: microk8s.disable metrics-server
- not microk8s_plugins[item.name]

0 comments on commit efabcca

Please sign in to comment.