Skip to content

Commit

Permalink
Update CLIInstallAgent.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored and mainawycliffe committed Sep 19, 2024
1 parent b9013e5 commit 267b75d
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 267b75d

Please sign in to comment.