Skip to content

Commit

Permalink
fix: remove root controller resources from ingress
Browse files Browse the repository at this point in the history
Remove the migration from controller.resources in ingress to the
controller's resources. The controller has a separate resources section,
and the root resources section is not actually used for the controller.
  • Loading branch information
rainest committed Dec 12, 2023
1 parent db955d0 commit b75ca33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/core/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func getIngressControllerKeys() map[string]string {
"controller.ingressController.konnect": "ingressController.konnect",
"controller.ingressController.adminApi": "ingressController.adminApi",
"controller.updateStrategy": "ingressController.deployment.updateStrategy",
"controller.resources": "ingressController.deployment.pod.container.resources",
"controller.terminationGracePeriodSeconds": "ingressController.deployment.pod.terminationGracePeriodSeconds",
"controller.tolerations": "ingressController.deployment.pod.tolerations",
"controller.nodeSelector": "ingressController.deployment.pod.nodeSelector",
Expand Down

0 comments on commit b75ca33

Please sign in to comment.