mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-01 02:18:01 +00:00
fix(helm): renamed helm directory to charts
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -34,4 +34,4 @@ certs/
|
||||
**/secrets/*
|
||||
!secrets/kustomization.yaml
|
||||
|
||||
helm/example
|
||||
charts/example
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
project: applications
|
||||
source:
|
||||
repoURL: https://github.com/vehagn/homelab
|
||||
path: helm/application
|
||||
path: charts/application
|
||||
helm:
|
||||
values: |-
|
||||
name: auth
|
||||
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
project: applications
|
||||
source:
|
||||
repoURL: https://github.com/vehagn/homelab
|
||||
path: helm/application
|
||||
path: charts/application
|
||||
helm:
|
||||
values: |-
|
||||
name: lidarr
|
||||
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
project: applications
|
||||
source:
|
||||
repoURL: https://github.com/vehagn/homelab
|
||||
path: helm/application
|
||||
path: charts/application
|
||||
helm:
|
||||
values: |-
|
||||
name: prowlarr
|
||||
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
project: applications
|
||||
source:
|
||||
repoURL: https://github.com/vehagn/homelab
|
||||
path: helm/application
|
||||
path: charts/application
|
||||
helm:
|
||||
values: |-
|
||||
name: radarr
|
||||
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
project: applications
|
||||
source:
|
||||
repoURL: https://github.com/vehagn/homelab
|
||||
path: helm/application
|
||||
path: charts/application
|
||||
helm:
|
||||
values: |-
|
||||
name: sonarr
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
project: applications
|
||||
source:
|
||||
repoURL: https://github.com/vehagn/homelab
|
||||
path: helm/application
|
||||
path: charts/application
|
||||
helm:
|
||||
values: |-
|
||||
name: app1
|
||||
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
project: applications
|
||||
sources:
|
||||
- repoURL: https://github.com/vehagn/homelab
|
||||
path: helm/application
|
||||
path: charts/application
|
||||
helm:
|
||||
parameters:
|
||||
- name: name
|
||||
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
project: applications
|
||||
sources:
|
||||
- repoURL: https://github.com/vehagn/homelab
|
||||
path: helm/application
|
||||
path: charts/application
|
||||
helm:
|
||||
parameters:
|
||||
- name: name
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user