Skip to content

Commit 368cea8

Browse files
add istio manifests
1 parent a785ef1 commit 368cea8

File tree

5 files changed

+22254
-24
lines changed

5 files changed

+22254
-24
lines changed

clusters/argo-svc.dd.soeren.cloud/app-infra-bootstrap.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
apiVersion: argoproj.io/v1alpha1
3+
kind: ApplicationSet
4+
metadata:
5+
name: "infra-bootstrap"
6+
namespace: "argocd"
7+
spec:
8+
goTemplate: true
9+
goTemplateOptions:
10+
- "missingkey=error"
11+
generators:
12+
- git:
13+
repoURL: "https://github.com/soerenschneider/k8s-gitops.git"
14+
revision: "HEAD"
15+
directories:
16+
- path: "clusters/argo-svc.dd.soeren.cloud/k8s-infra-bootstrap/*"
17+
template:
18+
metadata:
19+
name: '{{.path.basename}}'
20+
namespace: "argocd"
21+
annotations:
22+
argocd.argoproj.io/sync-wave: "3"
23+
spec:
24+
project: "k8s-infra"
25+
source:
26+
repoURL: "https://github.com/soerenschneider/k8s-gitops.git"
27+
targetRevision: "HEAD"
28+
path: '{{.path.path}}'
29+
destination:
30+
server: "https://kubernetes.default.svc"
31+
namespace: '{{.path.basename}}'
32+
syncPolicy:
33+
automated:
34+
prune: true
35+
selfHeal: true

clusters/argo-svc.dd.soeren.cloud/k8s-infra-bootstrap/kustomization.yaml renamed to clusters/argo-svc.dd.soeren.cloud/k8s-infra-bootstrap/istio/kustomization.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
5-
- cert-manager
6-
- external-secrets
7-
- vault-auth
5+
- manifests.yaml

0 commit comments

Comments
 (0)