ArgoCD Context
What
Display the current ArgoCD context name, user and/or server.
Sample Configuration
- json
- yaml
- toml
Template (info)
default template
{{ .Name }}
Properties
| Name | Type | Description |
|---|---|---|
.Name | string | the current context name |
.Server | string | the server of the current context |
.User | string | the user of the current context |