forked from farhoodlabs/paperclip
fix(plugin): address kubernetes greptile follow-up
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -12,6 +12,10 @@ describe("manifest", () => {
|
||||
|
||||
it("keeps namespace inputs within the Kubernetes DNS label length limit", () => {
|
||||
expect(configSchema.properties.namespacePrefix.maxLength).toBe(20);
|
||||
expect(configSchema.properties.paperclipServerNamespace.maxLength).toBe(63);
|
||||
expect(configSchema.properties.paperclipServerNamespace.pattern).toBe(
|
||||
"^[a-z0-9]([-a-z0-9]*[a-z0-9])?$",
|
||||
);
|
||||
expect(configSchema.properties.companySlug.maxLength).toBe(43);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user