Skip to content

Commit

Permalink
Update pkg/image/context.go
Browse files Browse the repository at this point in the history
Co-authored-by: Atanas Dinov <[email protected]>
  • Loading branch information
dbw7 and atanasdinov authored Sep 19, 2024
1 parent c43dcfb commit 30cc2f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/image/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ type ArtifactSources struct {
} `yaml:"elemental"`
Kubernetes struct {
K3s struct {
SelinuxPackage string `yaml:"selinuxPackage"`
SelinuxRepository string `yaml:"selinuxRepository"`
SELinuxPackage string `yaml:"selinuxPackage"`
SELinuxRepository string `yaml:"selinuxRepository"`
} `yaml:"k3s"`
Rke2 struct {
SelinuxPackage string `yaml:"selinuxPackage"`
Expand Down

0 comments on commit 30cc2f1

Please sign in to comment.