Skip to content

Commit

Permalink
Merge pull request #46 from bfenetworks/revert-43-main
Browse files Browse the repository at this point in the history
Revert "Fix helm license header declaration"
  • Loading branch information
daimg authored Jan 18, 2022
2 parents e23189f + b3bf4b5 commit 5d54680
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 142 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Copyright 2022 The BFE Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: Helm

on:
Expand Down
14 changes: 0 additions & 14 deletions charts/bfe-ingress-controller/.helmignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# # Copyright 2022 The BFE Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
Expand Down
14 changes: 0 additions & 14 deletions charts/bfe-ingress-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Copyright 2022 The BFE Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
apiVersion: v2
name: bfe-ingress-controller
description: Helm chart for BFE Ingress Controller
Expand Down
16 changes: 0 additions & 16 deletions charts/bfe-ingress-controller/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
{*
Copyright 2022 The BFE Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*}
{{/*
Expand the name of the chart.
*/}}
Expand Down
14 changes: 0 additions & 14 deletions charts/bfe-ingress-controller/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Copyright 2022 The BFE Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
14 changes: 0 additions & 14 deletions charts/bfe-ingress-controller/templates/hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Copyright 2022 The BFE Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
{{- if .Values.autoscaling.enabled }}
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
Expand Down
14 changes: 0 additions & 14 deletions charts/bfe-ingress-controller/templates/rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Copyright 2022 The BFE Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
{{- if .Values.rbac.create }}

apiVersion: rbac.authorization.k8s.io/v1
Expand Down
14 changes: 0 additions & 14 deletions charts/bfe-ingress-controller/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Copyright 2022 The BFE Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
apiVersion: v1
kind: Service
metadata:
Expand Down
14 changes: 0 additions & 14 deletions charts/bfe-ingress-controller/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Copyright 2022 The BFE Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
Expand Down
14 changes: 0 additions & 14 deletions charts/bfe-ingress-controller/values.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Copyright 2022 The BFE Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Default values for bfe-ingress-controller.
replicaCount: 1

Expand Down

0 comments on commit 5d54680

Please sign in to comment.