Skip to content

Commit

Permalink
rerun CI
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Dec 28, 2024
1 parent 9f76bf7 commit 6e627cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: azure/k8s-lint@v3
with:
manifests: apps
kubeconformOpts: -summary
kubeconformOpts: "-summary -ignore-missing-schemas"
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
Expand Down
14 changes: 0 additions & 14 deletions .kube-linter.yml

This file was deleted.

2 changes: 1 addition & 1 deletion apps/nsmgr/nsmgr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- name: NSM_LOG_LEVEL
value: TRACE
- name: NSM_PPROF_ENABLED
value: true
value: "true"
- name: NSM_PPROF_LISTEN_ON
value: "localhost:6060"
- name: NSM_REGISTRY_URL
Expand Down

0 comments on commit 6e627cb

Please sign in to comment.