Skip to content

Commit 7766670

Browse files
committed
fix(teslamate): remove datasource from pg to init
1 parent 11621e4 commit 7766670

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

kubernetes/apps/teslamate/flux-kustomization.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ spec:
1313
app.kubernetes.io/name: *app
1414
components:
1515
- ../../core/crunchydata-pgo/components/
16+
patches:
17+
- patch: |-
18+
- op: remove
19+
path: /spec/dataSource
20+
target:
21+
kind: PostgresCluster
1622
postBuild:
1723
substitute:
1824
APP: *app

0 commit comments

Comments
 (0)