Skip to content

Commit

Permalink
Add lint fixes to dummy.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvind Iyengar committed May 2, 2022
1 parent 50731a1 commit 6cb8f0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dummy.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ import (
)

const (
// DummyHelmAPIVersion is the spec.helmApiVersion corresponding to the dummy example-chart
DummyHelmAPIVersion = "dummy.cattle.io/v1alpha1"
DummyReleaseName = "dummy"

// DummyReleaseName is the release name corresponding to the operator that deploys the dummy example-chart
DummyReleaseName = "dummy"
)

var (
// DummySystemNamespaces is the system namespaces scoped for the dummy example-chart.
DummySystemNamespaces = []string{"kube-system"}

//go:embed bin/example-chart/example-chart.tgz.base64
Expand Down

0 comments on commit 6cb8f0f

Please sign in to comment.