Skip to content

Commit

Permalink
fix: Fix args to controller and webui deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Aug 26, 2023
1 parent d09b76f commit d1b2abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/controller/.kluctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ args:
default: {}
- name: controller_tolerations
default: []
- name: controller_priority_class
- name: controller_priority_class_name
default: {}
2 changes: 1 addition & 1 deletion install/webui/.kluctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ args:
default: {}
- name: webui_tolerations
default: []
- name: webui_priority_class
- name: webui_priority_class_name
default: {}

0 comments on commit d1b2abe

Please sign in to comment.