Skip to content

Commit 1065295

Browse files
committed
chore: update deployment type title
1 parent 1080795 commit 1065295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/v2/values/chartValuesDiff/ChartValuesView.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export const DeploymentAppRadioGroup = ({
293293
value={DeploymentAppTypes.GITOPS}
294294
disabled={allowedDeploymentTypes.indexOf(DeploymentAppTypes.GITOPS) === -1}
295295
>
296-
GitOps
296+
GitOps (Via Argo CD)
297297
</RadioGroupItem>
298298
</ConditionalWrap>
299299
)}
@@ -313,7 +313,7 @@ export const DeploymentAppRadioGroup = ({
313313
value={DeploymentAppTypes.FLUX}
314314
disabled={allowedDeploymentTypes.indexOf(DeploymentAppTypes.FLUX) === -1}
315315
>
316-
Flux
316+
GitOps (Via Flux CD)
317317
</RadioGroupItem>
318318
</ConditionalWrap>
319319
)}

0 commit comments

Comments
 (0)