Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions charts/nginx-gateway-fabric/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,33 @@ metadata:
rules:
- apiGroups:
- ""
- apps
- autoscaling
resources:
- secrets
- configmaps
- serviceaccounts
- services
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- apps
resources:
- deployments
- daemonsets
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- create
Expand Down
22 changes: 20 additions & 2 deletions deploy/azure/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,33 @@ metadata:
rules:
- apiGroups:
- ""
- apps
- autoscaling
resources:
- secrets
- configmaps
- serviceaccounts
- services
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- apps
resources:
- deployments
- daemonsets
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- create
Expand Down
22 changes: 20 additions & 2 deletions deploy/default/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,33 @@ metadata:
rules:
- apiGroups:
- ""
- apps
- autoscaling
resources:
- secrets
- configmaps
- serviceaccounts
- services
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- apps
resources:
- deployments
- daemonsets
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- create
Expand Down
22 changes: 20 additions & 2 deletions deploy/experimental-nginx-plus/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,33 @@ metadata:
rules:
- apiGroups:
- ""
- apps
- autoscaling
resources:
- secrets
- configmaps
- serviceaccounts
- services
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- apps
resources:
- deployments
- daemonsets
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- create
Expand Down
22 changes: 20 additions & 2 deletions deploy/experimental/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,33 @@ metadata:
rules:
- apiGroups:
- ""
- apps
- autoscaling
resources:
- secrets
- configmaps
- serviceaccounts
- services
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- apps
resources:
- deployments
- daemonsets
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- create
Expand Down
22 changes: 20 additions & 2 deletions deploy/nginx-plus/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,33 @@ metadata:
rules:
- apiGroups:
- ""
- apps
- autoscaling
resources:
- secrets
- configmaps
- serviceaccounts
- services
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- apps
resources:
- deployments
- daemonsets
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- create
Expand Down
22 changes: 20 additions & 2 deletions deploy/nodeport/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,33 @@ metadata:
rules:
- apiGroups:
- ""
- apps
- autoscaling
resources:
- secrets
- configmaps
- serviceaccounts
- services
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- apps
resources:
- deployments
- daemonsets
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- create
Expand Down
22 changes: 20 additions & 2 deletions deploy/openshift/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,33 @@ metadata:
rules:
- apiGroups:
- ""
- apps
- autoscaling
resources:
- secrets
- configmaps
- serviceaccounts
- services
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- apps
resources:
- deployments
- daemonsets
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- create
Expand Down
22 changes: 20 additions & 2 deletions deploy/snippets-filters-nginx-plus/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,33 @@ metadata:
rules:
- apiGroups:
- ""
- apps
- autoscaling
resources:
- secrets
- configmaps
- serviceaccounts
- services
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- apps
resources:
- deployments
- daemonsets
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- create
Expand Down
22 changes: 20 additions & 2 deletions deploy/snippets-filters/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,33 @@ metadata:
rules:
- apiGroups:
- ""
- apps
- autoscaling
resources:
- secrets
- configmaps
- serviceaccounts
- services
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- apps
resources:
- deployments
- daemonsets
verbs:
- create
- update
- delete
- list
- get
- watch
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- create
Expand Down
14 changes: 0 additions & 14 deletions operators/.gitignore

This file was deleted.

15 changes: 12 additions & 3 deletions operators/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Build the manager binary
FROM quay.io/operator-framework/helm-operator:v1.41.1

COPY LICENSE /licenses/LICENSE

LABEL name="nginx-gateway-fabric-operator" \
vendor="F5 NGINX" \
version="1.0.0" \
release="1" \
summary="NGINX Gateway Fabric Operator" \
description="Helm-based operator for NGINX Gateway Fabric"

ENV HOME=/opt/helm
COPY watches.yaml ${HOME}/watches.yaml
COPY helm-charts ${HOME}/helm-charts
COPY operators/watches.yaml ${HOME}/watches.yaml
COPY charts ${HOME}/helm-charts
COPY config ${HOME}/config
WORKDIR ${HOME}
Loading
Loading