Skip to content

Commit

Permalink
fix: Required debug enabled for pprof. Fixes #241
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Aug 12, 2021
1 parent 8742cb7 commit 5523aa3
Show file tree
Hide file tree
Showing 8 changed files with 384 additions and 771 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const (
CtrSidecar = "sidecar"
// env vars
EnvClusterName = "ARGO_DATAFLOW_CLUSTER_NAME"
EnvDebug = "ARGO_DATAFLOW_DEBUG" // enable default mode, default "false"
EnvImagePrefix = "ARGO_DATAFLOW_IMAGE_PREFIX" // default "quay.io/argoproj"
EnvDeletionDelay = "ARGO_DATAFLOW_DELETION_DELAY" // default "720h" ~= "30d"
EnvNamespace = "ARGO_DATAFLOW_NAMESPACE"
Expand Down
Loading

0 comments on commit 5523aa3

Please sign in to comment.