Skip to content

Commit

Permalink
refactor: Remove unused constants in defaults.go.
Browse files Browse the repository at this point in the history
Removed unused Helm-related definitions in defaults.go file. Two
constants, HelmValuesSecretKeyName and HelmChartVersionSecretKeyName,
were unused and hence deleted.

Signed-off-by: Matthew Hembree <47449406+matthewhembree@users.noreply.github.com>
  • Loading branch information
matthewhembree authored and tklauser committed Mar 26, 2024
1 parent 54edf41 commit fff4fce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@ const (

IngressClassName = "cilium"

// HelmReleaseName is the default Helm release name for Cilium.
HelmValuesSecretName = "cilium-cli-helm-values"
HelmValuesSecretKeyName = "io.cilium.cilium-cli"
HelmChartVersionSecretKeyName = "io.cilium.chart-version"
HelmValuesSecretName = "cilium-cli-helm-values"

CiliumNoScheduleLabel = "cilium.io/no-schedule"

Expand Down

0 comments on commit fff4fce

Please sign in to comment.