Skip to content

Commit

Permalink
Remove none existent post-upgrade-job values
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Dec 3, 2024
1 parent 59c8d24 commit 49f3974
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5,501 deletions.
16 changes: 0 additions & 16 deletions charts/redpanda/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ type Values struct {
Resources RedpandaResources `json:"resources"`
Storage Storage `json:"storage"`
PostInstallJob PostInstallJob `json:"post_install_job"`
PostUpgradeJob PostUpgradeJob `json:"post_upgrade_job"`
Statefulset Statefulset `json:"statefulset"`
ServiceAccount ServiceAccountCfg `json:"serviceAccount"`
RBAC RBAC `json:"rbac"`
Expand Down Expand Up @@ -509,21 +508,6 @@ type PostInstallJob struct {
PodTemplate PodTemplate `json:"podTemplate"`
}

type PostUpgradeJob struct {
Resources corev1.ResourceRequirements `json:"resources"`
Affinity corev1.Affinity `json:"affinity"`
Enabled bool `json:"enabled"`
Labels map[string]string `json:"labels"`
Annotations map[string]string `json:"annotations"`
BackoffLimit *int32 `json:"backoffLimit"`
// Deprecated. Prefer [PodTemplate.Spec.Containers.Env].
ExtraEnv []corev1.EnvVar `json:"extraEnv"`
ExtraEnvFrom []corev1.EnvFromSource `json:"extraEnvFrom"`
// Deprecated. Prefer [PodTemplate.Spec.SecurityContext].
SecurityContext *corev1.SecurityContext `json:"securityContext"`
PodTemplate PodTemplate `json:"podTemplate"`
}

type PodTemplate struct {
Labels map[string]string `json:"labels,omitempty" jsonschema:"required"`
Annotations map[string]string `json:"annotations,omitempty" jsonschema:"required"`
Expand Down
Loading

0 comments on commit 49f3974

Please sign in to comment.