Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/no-license-file.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: No license file

env:
CSI: replicated.csi.storage.deckhouse.io
STORAGE_CLASS_NAME: linstor-thin-r1
CI_COMMIT_REF_NAME: ${{ github.ref_name }}
GO_VERSION: "1.25.9"
TIMEOUT: "3h"

on:
workflow_dispatch:

defaults:
run:
shell: bash

jobs:
show_dev_manifest:
runs-on: ubuntu-latest
name: Run e2e
steps:
- uses: actions/checkout@v4
1 change: 1 addition & 0 deletions templates/virtualization-controller/service-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
path: /metrics
port: metrics
scheme: https
enableHttp2: 112
tlsConfig:
insecureSkipVerify: true
metricRelabelings:
Expand Down
Loading