Skip to content

Commit

Permalink
Use KustomizationPatch instead of Kustomization for internal rep (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Apr 13, 2022
1 parent 3282fcc commit 2f387db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k8s-configuration/azext_k8s_configuration/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .utils import parse_dependencies, parse_duration


class InternalKustomizationDefinition(KustomizationDefinition):
class InternalKustomizationDefinition(KustomizationPatchDefinition):
def __init__(self, **kwargs):
super().__init__(**kwargs)

Expand Down

0 comments on commit 2f387db

Please sign in to comment.