Skip to content

Commit ac77b06

Browse files
resolve dependencies
1 parent 0412958 commit ac77b06

File tree

10 files changed

+39
-9
lines changed

10 files changed

+39
-9
lines changed

clusters/argo-svc.dd.soeren.cloud/k8s-infra-bootstrap/cert-manager/kustomization.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
55
- ../../../../infra/cert-manager
6-
- clusterissuer.yaml
7-
- external-secret-cert-manager.yaml
86
components:
97
- ../../../../infra/cert-manager/components/argo
10-
patches:
11-
- target:
12-
kind: "Application"
13-
patch: |-
14-
- op: "replace"
15-
path: "/spec/project"
16-
value: "k8s-infra"
File renamed without changes.
File renamed without changes.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
resources:
5+
- ../../../../infra/cert-manager
6+
- clusterissuer.yaml
7+
- external-secret-cert-manager.yaml
8+
components:
9+
- ../../../../infra/cert-manager/components/argo
10+
patches:
11+
- target:
12+
kind: "Application"
13+
patch: |-
14+
- op: "replace"
15+
path: "/spec/project"
16+
value: "k8s-infra"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
resources:
5+
- vault.yaml
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
apiVersion: "external-secrets.io/v1"
3+
kind: "ClusterSecretStore"
4+
metadata:
5+
name: "vault"
6+
namespace: "external-secrets"
7+
annotations:
8+
argocd.argoproj.io/sync-wave: "2"
9+
spec:
10+
provider:
11+
vault:
12+
server: "https://vault.ha.soeren.cloud"
13+
path: "secret"
14+
version: "v2"
15+
auth:
16+
kubernetes:
17+
mountPath: "svc.dd.soeren.cloud"
18+
role: "external-secrets"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)