Skip to content

Commit

Permalink
Revert "Add option in K8s plugin config to inject user identity into …
Browse files Browse the repository at this point in the history
…pod labels"

This reverts commit c42a4a0.
  • Loading branch information
fg91 committed Jan 4, 2024
1 parent 46ee40d commit a9652e8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,6 @@ type K8sPluginConfig struct {

// SendObjectEvents indicates whether to send k8s object events in TaskExecutionEvent updates (similar to kubectl get events).
SendObjectEvents bool `json:"send-object-events" pflag:",If true, will send k8s object events in TaskExecutionEvent updates."`

// InjectExecutionIdentity indicates whether to inject the execution identity (if set in the workflow) into the pod as a label.
InjectExecutionIdentity bool `json:"inject-execution-identity" pflag:",If true, will inject execution identity into the pod as a label."`
}

// FlyteCoPilotConfig specifies configuration for the Flyte CoPilot system. FlyteCoPilot, allows running flytekit-less containers
Expand Down

0 comments on commit a9652e8

Please sign in to comment.