Skip to content

make agent-kube-namespace as mandatory #474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 24, 2020
Merged

make agent-kube-namespace as mandatory #474

merged 1 commit into from
May 24, 2020

Conversation

oren-codefresh
Copy link
Contributor

No description provided.

@@ -26,7 +26,7 @@ async function newRuntimeName(kubeContextName, kubeNamespace) {
let suggestName;
// eslint-disable-next-line no-constant-condition
while (true) {
suggestName = `${defaultName.slice(0, maxRuntimeNameLength - 2)}_${i}`;
suggestName = `${defaultName.slice(0, maxRuntimeNameLength - 1 - i.toString().length)}_${i}`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

la league

@oren-codefresh oren-codefresh merged commit 4116f06 into master May 24, 2020
@oren-codefresh oren-codefresh deleted the SAAS-7233 branch May 24, 2020 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants