Skip to content

Commit

Permalink
chore: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed May 14, 2021
1 parent 2a44fcb commit 16e7687
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions api/v1alpha1/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,6 @@ const (
CtrSidecar = "sidecar"
// env vars
EnvImageFormat = "ARGO_DATAFLOW_IMAGE_FORMAT" // default "quay.io/argoproj/%s:latest"
EnvInstaller = "ARGO_DATAFLOW_INSTALLER" // default "true"
/*
default
{
"nats-streaming": "docker.io/nats-streaming",
"nats": "docker.io/nats",
"quay.io/argoproj/dataflow-runner": "quay.io/argoproj/dataflow-runner",
"solsson/kafka-initutils": "docker.io/solsson/kafka-initutils",
"solsson/kafka": "docker.io/solsson/kafka"
}
*/
EnvInstallerImages = "ARGO_DATAFLOW_INSTALLER_IMAGES"
EnvNamespace = "ARGO_DATAFLOW_NAMESPACE"
EnvPipelineName = "ARGO_DATAFLOW_PIPELINE_NAME"
EnvReplica = "ARGO_DATAFLOW_REPLICA"
Expand Down

0 comments on commit 16e7687

Please sign in to comment.