You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove podSpec.extraEnvs, podSpec.resources, podSpec.image, podSpec.imagePullPolicy as they will be available to override in spec.podTemplate.spec.containers["etcd"] (see Add the ability to specify volumes and containers #113)
rename podSpec to podTemplate
rename podDistruptionBudget to podDistruptionBudgetTemplate
move all the parameters from podSpec.metadata to podTemplate.metadata
move all the parameters from podSpec to podTemplate.spec
kvaps
changed the title
Rename .spec.podSpec to pod and split to pod.spec and pod.metadata
Rename .spec.podSpec to pod and split to template.spec and template.metadata
Apr 3, 2024
kvaps
changed the title
Rename .spec.podSpec to pod and split to template.spec and template.metadata
Rename .spec.podSpec to template and split spec with metadata
Apr 3, 2024
kvaps
changed the title
Rename .spec.podSpec to template and split spec with metadata
Rename .spec.podSpec to .spec.template and split spec with metadata
Apr 3, 2024
kvaps
changed the title
Rename .spec.podSpec to .spec.template and split spec with metadata
Rename .spec.podSpec to .spec.template and split with metadata
Apr 3, 2024
kvaps
changed the title
Rename .spec.podSpec to .spec.template and split with metadata
Rename podSpec to podTemplate and split spec with metadata
Apr 3, 2024
kvaps
changed the title
Rename podSpec to podTemplate and split spec with metadata
Rename podSpec to podTemplate and podDistruptionBudget to podDistruptionBudgetTemplate
Apr 3, 2024
As part of #109
spec.podTemplate.spec.containers["etcd"]
(see Add the ability to specify volumes and containers #113)The text was updated successfully, but these errors were encountered: