Compare commits
No commits in common. "faa776ff782cd8f41ed910992029daa6f72bcfc3" and "695f60612177468ccba01696bf11b6c8ab87bf0c" have entirely different histories.
faa776ff78
...
695f606121
@ -7,7 +7,7 @@ repos:
|
|||||||
rev: v0.13.0
|
rev: v0.13.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: yamlfmt
|
- id: yamlfmt
|
||||||
exclude: '^charts/|^secrets.*'
|
exclude: (^charts/|^secrets/)
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-sops-secrets
|
- id: check-sops-secrets
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
environments:
|
environments:
|
||||||
badhouseplants:
|
badhouseplants:
|
||||||
kubeContext: badhouseplants
|
kubeContext: badhouseplants
|
||||||
@ -8,6 +9,7 @@ environments:
|
|||||||
enabled: true
|
enabled: true
|
||||||
- backups:
|
- backups:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
etersoft:
|
etersoft:
|
||||||
kubeContext: etersoft
|
kubeContext: etersoft
|
||||||
values:
|
values:
|
||||||
@ -17,5 +19,3 @@ environments:
|
|||||||
enabled: false
|
enabled: false
|
||||||
- backups:
|
- backups:
|
||||||
enabled: true
|
enabled: true
|
||||||
- openebs:
|
|
||||||
enabled: false
|
|
||||||
|
@ -124,7 +124,6 @@ releases:
|
|||||||
- template: crd-management-hook
|
- template: crd-management-hook
|
||||||
- name: openebs
|
- name: openebs
|
||||||
chart: openebs/openebs
|
chart: openebs/openebs
|
||||||
condition: openebs.enabled
|
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
version: 4.1.1
|
version: 4.1.1
|
||||||
needs:
|
needs:
|
||||||
|
@ -14,6 +14,8 @@ cainjector:
|
|||||||
limits:
|
limits:
|
||||||
memory: 150Mi
|
memory: 150Mi
|
||||||
webhook:
|
webhook:
|
||||||
|
# networkPolicy:
|
||||||
|
# enabled: true
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
|
Loading…
x
Reference in New Issue
Block a user