chore: add and apply yamllint
This commit is contained in:
parent
8964946374
commit
f65b92fe69
50 changed files with 722 additions and 701 deletions
|
|
@ -1,26 +1,27 @@
|
|||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: kured
|
||||
namespace: argocd
|
||||
name: kured
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: 'apps-fuku'
|
||||
server: "https://kubernetes.default.svc"
|
||||
project: fuku
|
||||
source:
|
||||
chart: kured
|
||||
repoURL: https://kubereboot.github.io/charts
|
||||
targetRevision: 5.3.*
|
||||
helm:
|
||||
valuesObject:
|
||||
configuration.rebootDays:
|
||||
- mon
|
||||
- wed
|
||||
- fri
|
||||
configuration.startTime: 4am
|
||||
configuration.endTime: 9am
|
||||
configuration.timeZone: Europe/Madrid
|
||||
syncPolicy:
|
||||
automated: { }
|
||||
destination:
|
||||
name: ''
|
||||
namespace: apps-fuku
|
||||
server: https://kubernetes.default.svc
|
||||
project: fuku
|
||||
source:
|
||||
chart: kured
|
||||
repoURL: https://kubereboot.github.io/charts
|
||||
targetRevision: 5.3.*
|
||||
helm:
|
||||
valuesObject:
|
||||
configuration.rebootDays:
|
||||
- mon
|
||||
- wed
|
||||
- fri
|
||||
configuration.startTime: 4am
|
||||
configuration.endTime: 9am
|
||||
configuration.timeZone: Europe/Madrid
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue