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 30cc2f1 commit 22cd473
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 @@ -45,8 +45,8 @@ type ArtifactSources struct {
SELinuxRepository string `yaml:"selinuxRepository"`
} `yaml:"k3s"`
Rke2 struct {
SelinuxPackage string `yaml:"selinuxPackage"`
SelinuxRepository string `yaml:"selinuxRepository"`
SELinuxPackage string `yaml:"selinuxPackage"`
SELinuxRepository string `yaml:"selinuxRepository"`
} `yaml:"rke2"`
} `yaml:"kubernetes"`
}

0 comments on commit 22cd473

Please sign in to comment.