@ -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 }}
|
||||
@ -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 }}
|
||||
Reference in New Issue
Block a user