Skip to content

Commit bb70bf4

Browse files
fix kustomize build errors
1 parent 558cb6d commit bb70bf4

File tree

5 files changed

+14
-61
lines changed

5 files changed

+14
-61
lines changed

apps/ghostfolio/components/postgres/upsert-secret-ghostfolio-postgres.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

apps/ghostfolio/components/upsert-secret-ghostfolio.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

apps/yaade/components/istio/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
apiVersion: kustomize.config.k8s.io/v1alpha1
33
kind: Component
44
resources:
5-
- istio-virtualservice.yaml
5+
- virtualservice.yaml
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
4-
namespace: ghostfolio
4+
namespace: "ghostfolio"
55
resources:
6-
- ../../../apps/ghostfolio
7-
- namespace.yaml
8-
- postgres-data-pv.yaml
9-
- sops-secret-ghostfolio.yaml
6+
- "../../../apps/ghostfolio"
7+
- "namespace.yaml"
8+
- "postgres-data-pv.yaml"
109
components:
1110
- ../../../apps/ghostfolio/components/istio
1211
- ../../../apps/ghostfolio/components/postgres
12+
- ../../../apps/ghostfolio/components/postgres-pvc
1313
- ../../../apps/ghostfolio/components/redis
1414
patches:
1515
- target:
16-
kind: VirtualService
17-
name: ghostfolio
16+
kind: "VirtualService"
17+
name: "ghostfolio"
1818
patch: |
19-
- op: replace
20-
path: /spec/hosts
19+
- op: "replace"
20+
path: "/spec/hosts"
2121
value:
22-
- ghostfolio.rs.soeren.cloud
22+
- "ghostfolio.rs.soeren.cloud"

clusters/rs.soeren.cloud/ghostfolio/postgres-data-pv.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ spec:
1111
storageClassName: local-storage
1212
local:
1313
path: /srv/k8s/ghostfolio-postgres
14+
claimRef:
15+
namespace: "ghostfolio"
16+
name: "ghostfolio-postgres"
1417
nodeAffinity:
1518
required:
1619
nodeSelectorTerms:

0 commit comments

Comments
 (0)