simplify
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: infrastructure-app-of-apps
|
||||
name: infrastructure-apps
|
||||
namespace: argocd
|
||||
labels:
|
||||
app.kubernetes.io/name: infrastructure-app-of-apps
|
||||
app.kubernetes.io/name: infrastructure-apps
|
||||
app.kubernetes.io/part-of: platform
|
||||
app.kubernetes.io/managed-by: argocd
|
||||
annotations:
|
||||
@@ -12,9 +12,9 @@ metadata:
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/snothub/sturdy-adventure.git
|
||||
repoURL: https://github.com/fortedigital/sturdy-adventure.git
|
||||
targetRevision: HEAD
|
||||
path: argocd
|
||||
path: argocd/infra
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: argocd
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: infrastructure
|
||||
|
||||
# Include all infrastructure Application manifests as-is (no templating or modification)
|
||||
resources:
|
||||
- infra/traefik-application.yaml
|
||||
- infra/cert-manager-application.yaml
|
||||
- infra/cluster-resources-application.yaml
|
||||
- infra/kyverno.yaml
|
||||
- infra/sealedsecrets.yaml
|
||||
- infra/trivy.yaml
|
||||
- infra/prometheus.yaml
|
||||
- infra/grafana.yaml
|
||||
- infra/loki.yaml
|
||||
- infra/fluent-bit.yaml
|
||||
Reference in New Issue
Block a user