Skip to content

Commit bae236a

Browse files
committed
Update lint-score.yaml
1 parent 034f60f commit bae236a

18 files changed

Lines changed: 29 additions & 4 deletions

.github/workflows/docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- develop
7+
workflow_dispatch:
78
defaults:
89
run:
910
shell: bash

.github/workflows/lint-score.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Lint and validate
2-
on: [ pull_request, push ]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
workflow_dispatch:
38
jobs:
49
build:
510
runs-on: ubuntu-latest

kubernetes/base/kustomization.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
resources:
4+
- configmap.yaml
5+
- cronJob.yaml
6+
- daemonSet.yaml
7+
- deployment.yaml
8+
- namespace.yaml
9+
- networkDashboard.yaml
10+
- podSecurityPolicy.yaml
11+
- pvc.yaml
12+
- raspberryDashboard.yaml
13+
- secrets.yaml
14+
- serviceAccount.yaml
15+
- services.yaml

0 commit comments

Comments
 (0)