mirror of
https://github.com/netbirdio/helms.git
synced 2026-05-22 17:13:06 -07:00
sync operator charts from upstream (b7ecf3c) (#44)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent
e26c6c3661
commit
a4a5316dce
@@ -2,5 +2,5 @@ apiVersion: v2
|
||||
name: kubernetes-operator
|
||||
description: NetBird Kubernetes Operator
|
||||
type: application
|
||||
version: 0.3.0-rc.1
|
||||
appVersion: "0.3.0-rc.1"
|
||||
version: 0.3.0-rc.2
|
||||
appVersion: "0.3.0-rc.2"
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{{- if .Values.gatewayAPI.enabled }}
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: GatewayClass
|
||||
metadata:
|
||||
name: netbird-private
|
||||
labels:
|
||||
{{- include "kubernetes-operator.labels" . | nindent 4 }}
|
||||
spec:
|
||||
controllerName: "gateway.netbird.io/controller"
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: GatewayClass
|
||||
metadata:
|
||||
name: netbird-public
|
||||
labels:
|
||||
{{- include "kubernetes-operator.labels" . | nindent 4 }}
|
||||
spec:
|
||||
controllerName: "gateway.netbird.io/controller"
|
||||
{{- end }}
|
||||
@@ -130,6 +130,7 @@ rules:
|
||||
- gatewayclasses
|
||||
- gateways
|
||||
- httproutes
|
||||
- tcproutes
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
@@ -141,6 +142,7 @@ rules:
|
||||
- gatewayclasses/status
|
||||
- gateways/status
|
||||
- httproutes/status
|
||||
- tcproutes/status
|
||||
verbs:
|
||||
- update
|
||||
- patch
|
||||
|
||||
Reference in New Issue
Block a user