Skip to content
#

database-schemas

Here are 16 public repositories matching this topic...

marccampbell
marccampbell commented Jan 6, 2022

When running kubectl schemahero install --yaml the Statefulset for the manager includes an "availableReplicas" field. This should not be present b/c it's not installable with it.

bug good first issue
nroulon
nroulon commented Nov 2, 2021

Java cannot use name property on constructor so a DatamaintainConfig written in Java look like :

 new DatamaintainConfig(
                    scriptPath,
                    SCRIPT_REGEX,
                    false,
                    Collections.emptySet(),
                    Collections.singleton(nonConformScriptsTag),
                    Collections.emptySet(),
                   
documentation enhancement good first issue config

Improve this page

Add a description, image, and links to the database-schemas topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the database-schemas topic, visit your repo's landing page and select "manage topics."

Learn more