Set chart to root
This commit is contained in:
parent
0540bbe6f3
commit
3bb8a876d2
3 changed files with 13 additions and 2 deletions
11
Chart.yaml
Normal file
11
Chart.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v2
|
||||
name: home-server
|
||||
description: A Helm chart for deploying the home-server application
|
||||
type: application
|
||||
version: 0.1.0
|
||||
appVersion: "1.0.0"
|
||||
|
||||
dependencies:
|
||||
- name: dns
|
||||
version: 0.1.0
|
||||
repository: "file://charts/dns"
|
|
@ -8,7 +8,7 @@ spec:
|
|||
interval: 1m
|
||||
chart:
|
||||
spec:
|
||||
chart: ./charts
|
||||
chart: ./
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: home-server-dev
|
||||
|
|
|
@ -8,7 +8,7 @@ spec:
|
|||
interval: 1m
|
||||
chart:
|
||||
spec:
|
||||
chart: ./charts
|
||||
chart: ./
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: home-server-prod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue