Skip to content

Commit fbf09e6

Browse files
committed
feat(postgres): Add Overlay Production
ref: #18
1 parent 9ba893f commit fbf09e6

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
3+
apiVersion: kustomize.config.k8s.io/v1beta1
4+
kind: Kustomization
5+
6+
7+
resources:
8+
- ../../base
9+
10+
11+
components:
12+
- ../../components/metrics
13+
14+
15+
patches:
16+
#
17+
# Add to Top-most Kustomization.yaml
18+
#
19+
# yamllint disable rule:indentation
20+
- patch: |-
21+
22+
- op: replace
23+
path: /spec/imageName
24+
value: ghcr.io/cloudnative-pg/postgresql:15.12-11
25+
# yamllint enable rule:indentation
26+
target:
27+
kind: Cluster

0 commit comments

Comments
 (0)