Skip to content

Commit f849531

Browse files
committed
revert postgres change
1 parent 01da16a commit f849531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/windmill/templates/deploy_postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:
5-
name: {{ .Release.Name }}-postgres
5+
name: postgres
66
spec:
77
replicas: 1
88
selector:
@@ -29,7 +29,7 @@ spec:
2929
apiVersion: v1
3030
kind: Service
3131
metadata:
32-
name: {{ .Release.Name }}-postgres
32+
name: postgres
3333
spec:
3434
clusterIP: None
3535
ports:

0 commit comments

Comments
 (0)