feat: turn off k8s non-metrics server deployed features

!8
This commit is contained in:
2024-02-04 15:51:28 +09:30
parent bdb3a09c2b
commit bdb555a4b5
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,5 @@
{{ if false }}
# already on k3s
---
apiVersion: apiregistration.k8s.io/v1
kind: APIService
@ -17,3 +19,4 @@ spec:
namespace: monitoring
version: v1beta1
versionPriority: 100
{{ end }}

View File

@ -1,3 +1,4 @@
{{ if false }}
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
@ -22,3 +23,6 @@ rules:
- get
- list
- watch
# Already exists on k3s
{{ end }}