fix(helm): renamed helm directory to charts

This commit is contained in:
Vegard Hagen
2023-04-10 21:19:03 +02:00
parent ad7ecb83fd
commit 01625b39d5
22 changed files with 34 additions and 34 deletions

2
.gitignore vendored
View File

@@ -34,4 +34,4 @@ certs/
**/secrets/* **/secrets/*
!secrets/kustomization.yaml !secrets/kustomization.yaml
helm/example charts/example

View File

@@ -9,7 +9,7 @@ spec:
project: applications project: applications
source: source:
repoURL: https://github.com/vehagn/homelab repoURL: https://github.com/vehagn/homelab
path: helm/application path: charts/application
helm: helm:
values: |- values: |-
name: auth name: auth

View File

@@ -9,7 +9,7 @@ spec:
project: applications project: applications
source: source:
repoURL: https://github.com/vehagn/homelab repoURL: https://github.com/vehagn/homelab
path: helm/application path: charts/application
helm: helm:
values: |- values: |-
name: lidarr name: lidarr

View File

@@ -9,7 +9,7 @@ spec:
project: applications project: applications
source: source:
repoURL: https://github.com/vehagn/homelab repoURL: https://github.com/vehagn/homelab
path: helm/application path: charts/application
helm: helm:
values: |- values: |-
name: prowlarr name: prowlarr

View File

@@ -9,7 +9,7 @@ spec:
project: applications project: applications
source: source:
repoURL: https://github.com/vehagn/homelab repoURL: https://github.com/vehagn/homelab
path: helm/application path: charts/application
helm: helm:
values: |- values: |-
name: radarr name: radarr

View File

@@ -9,7 +9,7 @@ spec:
project: applications project: applications
source: source:
repoURL: https://github.com/vehagn/homelab repoURL: https://github.com/vehagn/homelab
path: helm/application path: charts/application
helm: helm:
values: |- values: |-
name: sonarr name: sonarr

View File

@@ -1,24 +1,24 @@
apiVersion: argoproj.io/v1alpha1 #apiVersion: argoproj.io/v1alpha1
kind: Application #kind: Application
metadata: #metadata:
name: test # name: test
namespace: argocd # namespace: argocd
finalizers: # finalizers:
- resources-finalizer.argocd.argoproj.io # - resources-finalizer.argocd.argoproj.io
spec: #spec:
project: applications # project: applications
source: # source:
plugin: # plugin:
name: kustomize-build-with-helm # name: kustomize-build-with-helm
path: apps/test # path: apps/test
repoURL: https://github.com/vehagn/homelab # repoURL: https://github.com/vehagn/homelab
targetRevision: HEAD # targetRevision: HEAD
destination: # destination:
namespace: argocd # namespace: argocd
name: in-cluster # name: in-cluster
syncPolicy: # syncPolicy:
automated: # automated:
selfHeal: true # selfHeal: true
prune: true # prune: true
syncOptions: # syncOptions:
- CreateNamespace=true # - CreateNamespace=true

View File

@@ -9,7 +9,7 @@ spec:
project: applications project: applications
source: source:
repoURL: https://github.com/vehagn/homelab repoURL: https://github.com/vehagn/homelab
path: helm/application path: charts/application
helm: helm:
values: |- values: |-
name: app1 name: app1

View File

@@ -9,7 +9,7 @@ spec:
project: applications project: applications
sources: sources:
- repoURL: https://github.com/vehagn/homelab - repoURL: https://github.com/vehagn/homelab
path: helm/application path: charts/application
helm: helm:
parameters: parameters:
- name: name - name: name

View File

@@ -9,7 +9,7 @@ spec:
project: applications project: applications
sources: sources:
- repoURL: https://github.com/vehagn/homelab - repoURL: https://github.com/vehagn/homelab
path: helm/application path: charts/application
helm: helm:
parameters: parameters:
- name: name - name: name

View File

@@ -9,7 +9,7 @@ spec:
project: applications project: applications
sources: sources:
- repoURL: https://github.com/vehagn/homelab - repoURL: https://github.com/vehagn/homelab
path: helm/application path: charts/application
helm: helm:
valueFiles: valueFiles:
- $values/apps/test/auth-values.yaml - $values/apps/test/auth-values.yaml