Finished default app of apps installation

This commit is contained in:
Max Pfeiffer
2026-01-08 20:40:22 +01:00
parent cf62d5e544
commit ff9631d39a
8 changed files with 65 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
apiVersion: v2
name: argocd-base-application
name: app-of-apps
description: Helm chart for installing the ArgoCD base application
# A chart can be either an 'application' or a 'library' chart.

View File

@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: applications
name: app-of-apps
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
@@ -11,6 +11,6 @@ spec:
server: https://kubernetes.default.svc
namespace: argocd
source:
{{- toYaml .Values.source | nindent 4 }}
{{- .Values.source | nindent 4 }}
syncPolicy:
{{- toYaml .Values.syncPolicy | nindent 4 }}
{{- .Values.syncPolicy | nindent 4 }}