Skip to content

Commit

Permalink
Remove changes from charts and ignore them in yamllint
Browse files Browse the repository at this point in the history
Signed-off-by: Jesús Benito Calzada <[email protected]>
  • Loading branch information
Jesús Benito Calzada committed Nov 4, 2022
1 parent b66968a commit 7503913
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
extends: default
ignore: |
# Ignore folders
chart/kubeapps/templates/
integration/charts/simplechart/templates/
chart/kubeapps/
integration/charts/simplechart/
dashboard/node_modules/
devel/
# Ignore files
Expand Down
1 change: 0 additions & 1 deletion chart/kubeapps/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
annotations:
category: Infrastructure
apiVersion: v2
Expand Down
1 change: 0 additions & 1 deletion chart/kubeapps/crds/apprepository-crd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down
1 change: 0 additions & 1 deletion chart/kubeapps/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
## @section Global parameters
## Global Docker image parameters
## Please, note that this will override the image parameters, including dependencies, configured to use the global value
Expand Down
1 change: 0 additions & 1 deletion integration/charts/simplechart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright 2022 the Kubeapps contributors.
# SPDX-License-Identifier: Apache-2.0

---
apiVersion: v2
name: simplechart
description: A simple chart for testing
Expand Down
1 change: 0 additions & 1 deletion integration/charts/simplechart/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright 2022 the Kubeapps contributors.
# SPDX-License-Identifier: Apache-2.0

---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
1 change: 0 additions & 1 deletion integration/charts/simplechart/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright 2022 the Kubeapps contributors.
# SPDX-License-Identifier: Apache-2.0

---
apiVersion: v1
kind: Service
metadata:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright 2022 the Kubeapps contributors.
# SPDX-License-Identifier: Apache-2.0

---
apiVersion: v1
kind: Pod
metadata:
Expand Down
1 change: 0 additions & 1 deletion integration/charts/simplechart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright 2022 the Kubeapps contributors.
# SPDX-License-Identifier: Apache-2.0

---
image:
repository: local-docker-registry:5600/nginx
tag: "latest"
Expand Down

0 comments on commit 7503913

Please sign in to comment.