Skip to content

Commit

Permalink
Update lint-score.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmdlc committed Oct 31, 2020
1 parent 034f60f commit 3aa1810
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
- develop
workflow_dispatch:
defaults:
run:
shell: bash
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/lint-score.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Lint and validate
on: [ pull_request, push ]
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
Expand Down
10 changes: 10 additions & 0 deletions kubernetes/yaml/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
resources:
- namespace.yaml
- configMap.yaml
- secrets.yaml
- networkDashboard.yaml
- raspberryDashboard.yaml
- daemonSet.yaml
- services.yaml
- deployment.yaml
- cronJob.yaml
6 changes: 3 additions & 3 deletions kubernetes/yaml/pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: telegraf-pdb
name: isp-telegraf-pdb
namespace: monitoring
spec:
minAvailable: 2
Expand All @@ -14,7 +14,7 @@ spec:
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: telegraf-pdb
name: isp-telegraf-pdb
namespace: monitoring
spec:
minAvailable: 1
Expand All @@ -26,7 +26,7 @@ spec:
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: influxdb
name: isp-influxdb-pdb
namespace: monitoring
spec:
minAvailable: 1
Expand Down

0 comments on commit 3aa1810

Please sign in to comment.