We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1080795 commit 1065295Copy full SHA for 1065295
src/components/v2/values/chartValuesDiff/ChartValuesView.component.tsx
@@ -293,7 +293,7 @@ export const DeploymentAppRadioGroup = ({
293
value={DeploymentAppTypes.GITOPS}
294
disabled={allowedDeploymentTypes.indexOf(DeploymentAppTypes.GITOPS) === -1}
295
>
296
- GitOps
+ GitOps (Via Argo CD)
297
</RadioGroupItem>
298
</ConditionalWrap>
299
)}
@@ -313,7 +313,7 @@ export const DeploymentAppRadioGroup = ({
313
value={DeploymentAppTypes.FLUX}
314
disabled={allowedDeploymentTypes.indexOf(DeploymentAppTypes.FLUX) === -1}
315
316
- Flux
+ GitOps (Via Flux CD)
317
318
319
0 commit comments