vince-riv/argo-diff
Preview k8s manifest changes using argocd diff
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| argocd_auth_token | Bearer token for ArgoCD (value passed to --auth-token) | yes | — |
| argocd_grpc_web | Set --grpc-web flag for argocd cli (true/false) | no | false |
| argocd_grpc_web_root_path | Value for --grpc-web-root-path for argocd cli | no | "" |
| argocd_server | ArgoCD server name (value passed to --server) | yes | — |
| argocd_server_insecure | Set --insecure flag for argocd cli (true/false) | no | false |
| argocd_server_plaintext | Set --plaintext flag for argocd cli (true/false) | no | false |
| argocd_ui_base_url | Base URL of ArgoCD UI (usually server name prefixed with https://) | no | "" |
| argocd_opts | Additional flags to pass to argocd cli (eg: --timeout 30s). Populates ARGOCD_OPTS | no | "" |
| argocd_app_server_side_diff | Set --server-side-diff flag for argocd app diff (true/false) | no | "" |
| comment_line_max_chars | Any individual line in Pull Request comments by argo-diff longer than this are truncated. | no | "" |
| comment_preamble | String/markdown prefixed to comments. Keep to 150 chars or less in length | no | "" |
| context_str | Unique identifier of argo-diff instance. Use when deploying multiple instances (eg: one per cluster). Recommended to be a brief cluster nickname | no | "" |
| github_token | Bearer token for github API calls (usually secrets.GITHUB_TOKEN) | yes | — |
| log_level | Log level of argo-diff | no | info |
| repo_default_ref | Default branch of repository (eg: "main"); only needed when `HEAD` is specified as target revision in ArgoCD application source | no | "" |
Outputs
no outputs