mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-01 18:37:52 +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/*
|
||||||
!secrets/kustomization.yaml
|
!secrets/kustomization.yaml
|
||||||
|
|
||||||
helm/example
|
charts/example
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user