From 22cd4733dcd82f8ae0492fb213dc918e68ac66c8 Mon Sep 17 00:00:00 2001 From: dbw7 Date: Thu, 19 Sep 2024 09:31:55 -0400 Subject: [PATCH] Update pkg/image/context.go Co-authored-by: Atanas Dinov --- pkg/image/context.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/image/context.go b/pkg/image/context.go index 165f778e..6d8e0c0b 100644 --- a/pkg/image/context.go +++ b/pkg/image/context.go @@ -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"` }