Skip to content

Commit

Permalink
Update FluxInstallAgent.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 f23c5de commit b9013e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
namespace: mission-control-agent
values:
clusterName: "{{agentFormValues.name}}"
interval: "{{kubeOptions.interval}}"
schedule: "{{kubeOptions.schedule}}"
{{/if}}
`;

Expand Down Expand Up @@ -101,7 +101,7 @@ export default function FluxInstallAgent({
backendUrl,
kubeOptions: kubeOptions
? {
schedule: kubeOptions?.interval,
schedule: kubeOptions?.schedule,
exclusions: kubeOptions?.exclusions
}
: undefined
Expand Down

0 comments on commit b9013e5

Please sign in to comment.