Skip to content

Commit

Permalink
Update CLIInstallAgent.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored Sep 17, 2024
1 parent 11581d1 commit 8594393
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ helm install mc-agent flanksource/mission-control-agent -n "mission-control-agen
{{#if kubeOptions}}
helm install mc-agent-kubernetes flanksource/mission-control-kubernetes -n "mission-control-agent" \\
--set scraper.clusterName="{{agentFormValues.name}}" \\
--set scraper.interval="{{kubeOptions.interval}}"
--set scraper.schedule="{{kubeOptions.schedule}}"
{{/if}}
`;

Expand Down Expand Up @@ -63,7 +63,7 @@ export default function CLIInstallAgent({
backendUrl,
kubeOptions: kubeOptions
? {
interval: kubeOptions?.interval,
schedule: kubeOptions?.schedule,
exclusions: `{${kubeOptions?.exclusions?.join(",")}}`
}
: undefined
Expand Down

0 comments on commit 8594393

Please sign in to comment.