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/kustomization.yaml
helm/example
charts/example

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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