You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/edb-postgres-distributed-for-kubernetes/charts/edb-postgres-for-kubernetes-lts/templates/_helpers.tpl
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -207,8 +207,11 @@ namespace scope or clusterwide
207
207
resources:
208
208
- backups
209
209
- clusters
210
+
- databases
210
211
- poolers
212
+
- publications
211
213
- scheduledbackups
214
+
- subscriptions
212
215
verbs:
213
216
- create
214
217
- delete
@@ -221,7 +224,10 @@ namespace scope or clusterwide
Copy file name to clipboardExpand all lines: charts/edb-postgres-distributed-for-kubernetes/charts/edb-postgres-for-kubernetes-lts/templates/crds/crds.yaml
Copy file name to clipboardExpand all lines: charts/edb-postgres-distributed-for-kubernetes/charts/edb-postgres-for-kubernetes-lts/templates/deployment.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,9 @@ spec:
31
31
template:
32
32
metadata:
33
33
annotations:
34
+
checksum/rbac: {{ include (print $.Template.BasePath "/rbac.yaml") . | sha256sum }}
34
35
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
36
+
checksum/monitoring-config: {{ include (print $.Template.BasePath "/monitoring-configmap.yaml") . | sha256sum }}
0 commit comments