Skip to content

Commit

Permalink
fix: remove argo configuration requierments (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Gosha <[email protected]>
  • Loading branch information
gosharo authored Jun 27, 2023
1 parent 8645f6b commit 3a8ed9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/conf/workflow_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
)

type WorkflowServerConfig struct {
ArgoToken string `envconfig:"ARGO_WORKFLOWS_TOKEN" required:"true"`
ArgoAddress string `envconfig:"ARGO_WORKFLOWS_ADDRESS" required:"true"`
ArgoToken string `envconfig:"ARGO_WORKFLOWS_TOKEN" required:"false"`
ArgoAddress string `envconfig:"ARGO_WORKFLOWS_ADDRESS" required:"false"`
CreateCRD bool `envconfig:"ARGO_WORKFLOWS_CREATE_CRD" default:"true"`
Namespace string `envconfig:"ARGO_WORKFLOWS_NAMESPACE" default:"default"`
KubeConfig string `envconfig:"KUBE_CONFIG" default:""`
Expand Down

0 comments on commit 3a8ed9c

Please sign in to comment.