Skip to content

Commit

Permalink
cli: remove unused skip initializer variable
Browse files Browse the repository at this point in the history
  • Loading branch information
davidweisse committed Jan 7, 2025
1 parent d1d868e commit a908f97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cli/cmd/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ import (
)

const (
kataPolicyAnnotationKey = "io.katacontainers.config.agent.policy"
contrastRoleAnnotationKey = "contrast.edgeless.systems/pod-role"
skipInitializerAnnotationKey = "contrast.edgeless.systems/skip-initializer"
kataPolicyAnnotationKey = "io.katacontainers.config.agent.policy"
contrastRoleAnnotationKey = "contrast.edgeless.systems/pod-role"
)

// NewGenerateCmd creates the contrast generate subcommand.
Expand Down

0 comments on commit a908f97

Please sign in to comment.