Skip to content

Commit

Permalink
fix: remove ns kind
Browse files Browse the repository at this point in the history
  • Loading branch information
diabhey committed Jun 15, 2022
1 parent f01429b commit ec0baae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/sock-shop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: sock-shop
description: A Helm chart for sock-shop by weaveworks
type: application
version: 0.1.2
appVersion: "0.1.2"
version: 0.1.3
appVersion: "0.1.3"
home: https://hivenetes.github.io/hive/
sources:
- https://microservices-demo.github.io/
Expand Down
5 changes: 0 additions & 5 deletions charts/sock-shop/templates/sock-shop.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: sock-shop
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit ec0baae

Please sign in to comment.