one more revert

This commit is contained in:
Felix Kunde 2022-03-30 10:09:34 +02:00
parent b40188f0df
commit ebd0fee63a
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ type Config struct {
type kubeResources struct { type kubeResources struct {
Services map[PostgresRole]*v1.Service Services map[PostgresRole]*v1.Service
Endpoints map[PostgresRole]*v1.Endpoints Endpoints map[PostgresRole]*v1.Endpoints
ConfigMaps map[PostgresRole]*v1.ConfigMap
Secrets map[types.UID]*v1.Secret Secrets map[types.UID]*v1.Secret
Statefulset *appsv1.StatefulSet Statefulset *appsv1.StatefulSet
PodDisruptionBudget *policybeta1.PodDisruptionBudget PodDisruptionBudget *policybeta1.PodDisruptionBudget