Skip to content

Commit

Permalink
👷 add kubernetes setup (tools, helm chart, skaffold) (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Dec 31, 2023
1 parent f081b08 commit 0bde0b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cdviz-collector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: cdviz
name: cdviz-collector
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
Expand Down
2 changes: 2 additions & 0 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ deploy:
helm:
releases:
- name: cdviz
namespace: cdviz
createNamespace: true
chartPath: charts/cdviz-collector
valuesFiles:
- charts/cdviz-collector/values.yaml
Expand Down

0 comments on commit 0bde0b3

Please sign in to comment.