fix: ensure we pass global labels

This commit is contained in:
Jose Diaz-Gonzalez
2024-02-28 15:20:46 -05:00
parent 45fbb7546f
commit 5e53207009
2 changed files with 7 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ type GlobalValues struct {
AppName string `yaml:"app_name"`
DeploymentID string `yaml:"deploment_id"`
Image GlobalImage `yaml:"image"`
Labels ProcessLabels `yaml:"labels,omitempty"`
Namespace string `yaml:"namespace"`
Network GlobalNetwork `yaml:"network"`
Secrets map[string]string `yaml:"secrets,omitempty"`