Skip to content

Commit

Permalink
Fix argo task port forward var type
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroPower committed Jun 8, 2024
1 parent 4f2e6fd commit 794f9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskfiles/argo-cd/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: "3"
vars:
REPO_ROOT_DIR: { sh: pwd }
ARGO_NS: argocd
ARGO_PORT_FORWARD: false
ARGO_PORT_FORWARD: "false"
ARGO_LOG_LEVEL: warn # info and below are verbose enough to destroy your shell, be warned
ARGO_CONFIG: "{{.HOME}}/.config/argocd/config"
ARGO_COMMON_ARGS: >-
Expand Down

0 comments on commit 794f9fe

Please sign in to comment.