Skip to content

Commit

Permalink
chore: Fix typo in prometheus-deployment.yaml and `gc_controller_te…
Browse files Browse the repository at this point in the history
…st.go` (#11988)

Signed-off-by: heidongxianhua <[email protected]>
  • Loading branch information
heidongxianhua authored Oct 13, 2023
1 parent 375a860 commit 3f56eb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# localhost:9091/graph
#
# Note: this assumes the workflow-controller is emitting metrics in the default port (9090). This will need to
# be modified if the default is overriden.
# be modified if the default is overridden.
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
2 changes: 1 addition & 1 deletion workflow/gccontroller/gc_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ func TestEnqueueWF(t *testing.T) {
assert.Equal(t, 0, controller.workqueue.Len())
}

func TestTTLStrategySucceded(t *testing.T) {
func TestTTLStrategySucceeded(t *testing.T) {
var err error
var un *unstructured.Unstructured
var ten int32 = 10
Expand Down

0 comments on commit 3f56eb3

Please sign in to comment.