Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion src/pages/docs/argo-cd/instances/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,17 @@ oci://registry-1.docker.io/octopusdeploy/octopus-argocd-gateway-chart
```
:::div{.warning}
**WARNING:** By setting `gateway.argocd.plaintext="true"` all traffic between the Gateway and Argo CD will be unencrypted, ensure that it is necessary that you set this configuration to avoid potential security issues.
:::
:::


## Deleting an Octopus Argo CD Gateway
When removing a Gateway two operations are required:
1. Deregister the gateway from Octopus Server
2. Remove the application from your cluster

The Octopus UI allows you to perform both of these operations.

Navigate to Infrastructure --> Argo CD Instances, and select the instance whose gateway is to be removed.

From the overflow menu, select "Delete" which will display a confirmation dialog containing the helm command which when
executed will remove the gateway from your cluster.