Skip to content

Commit

Permalink
fix: remove pdb
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Lauber <jan.lauber@protonmail.ch>
  • Loading branch information
janlauber committed Jun 18, 2023
1 parent 345b35a commit 9383000
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kubelab-backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ func main() {
Ingresses struct {
Enabled bool `yaml:"enabled"`
} `yaml:"ingresses"`
VolumeSnapshots struct {
Enabled bool `yaml:"enabled"`
} `yaml:"volumesnapshots"`
PodDisruptionBudgets struct {
Enabled bool `yaml:"enabled"`
} `yaml:"poddisruptionbudgets"`
} `yaml:"sync"`
Storage struct {
Persistence bool `yaml:"persistence"`
Expand All @@ -120,8 +114,6 @@ func main() {
yamlValues.Sync.PersistentVolumes.Enabled = true
yamlValues.Sync.StorageClasses.Enabled = true
yamlValues.Sync.Ingresses.Enabled = true
yamlValues.Sync.VolumeSnapshots.Enabled = true
yamlValues.Sync.PodDisruptionBudgets.Enabled = true
yamlValues.Storage.Persistence = false

// convert to yaml
Expand Down

0 comments on commit 9383000

Please sign in to comment.