Add resources in containers and values

This commit is contained in:
2024-04-22 13:27:44 +02:00
parent f291d17aa3
commit 9621493343
2 changed files with 14 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ type Value struct {
CronJob *CronJobValue `yaml:"cronjob,omitempty"`
NodeSelector map[string]string `yaml:"nodeSelector"`
ServiceAccount string `yaml:"serviceAccount"`
Resources map[string]any `yaml:"resources"`
}
// CronJobValue is a cronjob configuration that will be saved in values.yaml.