Skip to content

Commit

Permalink
Rename patch file
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia1243 committed Oct 11, 2023
1 parent a64f5b6 commit 53886dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubemarine/patches/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from typing import List

from kubemarine.core.patch import Patch
from kubemarine.patches.p4_calico_typha_metrics import EnableCalicoTyphaMetrics
from kubemarine.patches.p2_calico_typha_metrics import EnableCalicoTyphaMetrics

patches: List[Patch] = [
EnableCalicoTyphaMetrics(),
Expand Down

0 comments on commit 53886dd

Please sign in to comment.