Skip to content

Commit

Permalink
Merge pull request #259 from vshn/fix/usage_typo
Browse files Browse the repository at this point in the history
Fix typo in the usage protecting the instance NS
  • Loading branch information
Kidswiss authored Nov 7, 2024
2 parents ca65196 + 90554b5 commit abd0f8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func addProviderConfig(comp *vshnv1.VSHNMariaDB, svc *runtime.ServiceRuntime) {
}

opts := []runtime.KubeObjectOption{
runtime.KubeOptionProtects(comp.GetName() + "-instanceNs"),
runtime.KubeOptionProtects(comp.GetName() + "-instancens"),
runtime.KubeOptionProtects(comp.GetName() + "-release"),
runtime.KubeOptionProtects(comp.GetName() + "-netpol"),
runtime.KubeOptionProtects(comp.GetName() + "-main-service"),
Expand Down

0 comments on commit abd0f8f

Please sign in to comment.