fix(clustertool): fix scale2flux missing 2 keys

This commit is contained in:
Kjeld Schouten
2024-10-24 09:38:02 +02:00
parent 93b37d1ae9
commit 7b77d459f3
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -308,6 +308,8 @@ func GenerateHelmValuesFromJSON(inputFile string, outputFile string) error {
// Populate HelmRelease structure
helmRelease := fluxhandler.HelmRelease{
APIVersion: "helm.toolkit.fluxcd.io/v2", // default value
Kind: "HelmRelease", // default value
Metadata: fluxhandler.Metadata{
Name: radarrConfig.Name,
Namespace: radarrConfig.Namespace,