add docker-secrets-generator installation

This commit is contained in:
2024-04-30 21:52:53 +03:00
parent ad5f053ec1
commit 772b8ceb57
5 changed files with 45 additions and 3 deletions

View File

@@ -39,6 +39,12 @@ type Additional struct {
Install bool `yaml:"install"`
} `yaml:"load_balancer"`
DockerSecrets struct {
ChartRef string `yaml:"chart_ref" env-default:"kube-forge/docker-secrets-generator"`
ChartVersion string `yaml:"chart_version" env-default:"0.1.0"`
Repositories interface{} `yaml:"repositories"`
} `yaml:"docker_secrets"`
Storage struct {
LocalPathProvisioner struct {
Enabled bool `yaml:"enabled"`