Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit be15324

Browse files
Update pkg/controller/nginxingresscontroller/utils.go
Co-authored-by: Lorcan McVeigh <lorcan.mcveigh@gmail.com>
1 parent 4f329b2 commit be15324

File tree

1 file changed

+1
-1
lines changed
  • pkg/controller/nginxingresscontroller

1 file changed

+1
-1
lines changed

pkg/controller/nginxingresscontroller/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717

1818
const apiVersionUnsupportedError = "server does not support API version"
1919

20-
// RunningK8sVersion contains the version of k8s
20+
// RunningK8sVersion contains the version of k8s being used
2121
var RunningK8sVersion *version.Version
2222

2323
// generatePodArgs generate a list of arguments for the Ingress Controller pods based on the CRD.

0 commit comments

Comments
 (0)