Finished default app of apps installation
This commit is contained in:
@@ -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.
|
||||
@@ -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 }}
|
||||
Reference in New Issue
Block a user