Skip to content

Commit

Permalink
fix: variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
locmai committed Jul 31, 2022
1 parent ea316c8 commit 8a4d3eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion platform/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ argo_workflow:
argo_events:
enabled: true

runnerAction:
runnerController:
enabled: false

minio:
Expand Down
2 changes: 1 addition & 1 deletion platform/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ argo_workflow:
argo_events:
enabled: true

runnerAction:
runnerController:
enabled: true

minio:
Expand Down
2 changes: 1 addition & 1 deletion platform/values-stag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ argo_workflow:
argo_events:
enabled: true

runnerAction:
runnerController:
enabled: false

minio:
Expand Down
2 changes: 1 addition & 1 deletion platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ argo_events:
enabled: false
namespace: argoworkflow

runnerAction:
runnerController:
# This application requires to add the GITHUB_TOKEN manually
enabled: false

Expand Down

0 comments on commit 8a4d3eb

Please sign in to comment.