diff --git a/manifests/_apps/blog.yaml b/manifests/_apps/blog.yaml index 315e8a6..c08194f 100644 --- a/manifests/_apps/blog.yaml +++ b/manifests/_apps/blog.yaml @@ -1,34 +1,5 @@ apiVersion: argoproj.io/v1alpha1 kind: Application -metadata: - name: blog - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: cluster.fun - destination: - namespace: blog - name: cluster-fun (scaleway) - source: - path: manifests/blog - repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" - targetRevision: HEAD - syncPolicy: - automated: {} - syncOptions: - - CreateNamespace=true - ignoreDifferences: - - kind: Secret - jsonPointers: - - /data - - group: apps - kind: Deployment - jqPathExpressions: - - .spec.template.spec.containers[]?.image ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application metadata: name: cluster-fun-blog namespace: argocd diff --git a/manifests/_apps/certmanager_chart.yaml b/manifests/_apps/certmanager_chart.yaml index 96dbd12..d055395 100644 --- a/manifests/_apps/certmanager_chart.yaml +++ b/manifests/_apps/certmanager_chart.yaml @@ -1,28 +1,5 @@ apiVersion: argoproj.io/v1alpha1 kind: Application -metadata: - name: cert-manager - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: cluster.fun - destination: - namespace: cert-manager - name: cluster-fun (scaleway) - source: - path: manifests/certmanager_chart - repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" - targetRevision: HEAD - syncPolicy: - automated: {} - ignoreDifferences: - - kind: Secret - jsonPointers: - - /data ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application metadata: name: cert-manager-civo namespace: argocd @@ -45,36 +22,6 @@ spec: - /data --- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: cert-manager-cert-manager - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: cluster.fun - destination: - namespace: cert-manager - name: cluster-fun (scaleway) - source: - repoURL: 'https://charts.jetstack.io' - targetRevision: 1.11.0 - chart: cert-manager - helm: - version: v3 - values: |- - installCRDs: "true" - resources: - requests: - memory: 32Mi - limits: - memory: 64Mi - syncPolicy: - automated: {} - ---- - apiVersion: argoproj.io/v1alpha1 kind: Application metadata: diff --git a/manifests/_apps/marcusnoble.yaml b/manifests/_apps/marcusnoble.yaml index a9b7e12..025fa89 100644 --- a/manifests/_apps/marcusnoble.yaml +++ b/manifests/_apps/marcusnoble.yaml @@ -1,34 +1,5 @@ apiVersion: argoproj.io/v1alpha1 kind: Application -metadata: - name: marcusnoble - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: cluster.fun - destination: - namespace: marcusnoble - name: cluster-fun (scaleway) - source: - path: manifests/marcusnoble - repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" - targetRevision: HEAD - syncPolicy: - automated: {} - syncOptions: - - CreateNamespace=true - ignoreDifferences: - - kind: Secret - jsonPointers: - - /data - - group: apps - kind: Deployment - jqPathExpressions: - - .spec.template.spec.containers[]?.image ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application metadata: name: cluster-fun-marcusnoble namespace: argocd diff --git a/manifests/_apps/starling.yaml b/manifests/_apps/starling.yaml index bf95e1b..9aa16c3 100644 --- a/manifests/_apps/starling.yaml +++ b/manifests/_apps/starling.yaml @@ -1,34 +1,5 @@ apiVersion: argoproj.io/v1alpha1 kind: Application -metadata: - name: starling - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: cluster.fun - destination: - namespace: starling - name: cluster-fun (scaleway) - source: - path: manifests/starling - repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" - targetRevision: HEAD - syncPolicy: - automated: {} - syncOptions: - - CreateNamespace=true - ignoreDifferences: - - kind: Secret - jsonPointers: - - /data - - group: apps - kind: Deployment - jqPathExpressions: - - .spec.template.spec.containers[]?.image ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application metadata: name: cluster-fun-starling namespace: argocd