Skip to content

Commit 40d8dd8

Browse files
authored
chore(kubernetes): add ability to ignore ssl (#1108)
* chore(kubernetes): add ignoreSsl and debug options * chore(kubernetes): adopt commit linter * chore(kubernetes): create changeset * chore(kubernetes): fix tests and lint issues * chore(core): describe error more detailed in readme
1 parent 1afa941 commit 40d8dd8

11 files changed

Lines changed: 1157 additions & 251 deletions

File tree

.changeset/chilly-places-burn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cloudoperators/juno-k8s-client": minor
3+
---
4+
5+
Add ignoreSsl and debug options. ignoreSsl can be used only in node environment

commitlint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const scopes = [
3232
"heureka",
3333
"infra",
3434
"juno",
35-
"k8s",
35+
"kubernetes",
3636
"message-provider",
3737
"main",
3838
"npm",

0 commit comments

Comments
 (0)