simplify
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: infrastructure-app-of-apps
|
name: infrastructure-apps
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: infrastructure-app-of-apps
|
app.kubernetes.io/name: infrastructure-apps
|
||||||
app.kubernetes.io/part-of: platform
|
app.kubernetes.io/part-of: platform
|
||||||
app.kubernetes.io/managed-by: argocd
|
app.kubernetes.io/managed-by: argocd
|
||||||
annotations:
|
annotations:
|
||||||
@@ -12,9 +12,9 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://github.com/snothub/sturdy-adventure.git
|
repoURL: https://github.com/fortedigital/sturdy-adventure.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: argocd
|
path: argocd/infra
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: argocd
|
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