DodoApp: Support postgresql config
Change-Id: I491553c709385b99d0bc1326dd967bd73c4fec6a
diff --git a/charts/app-runner/templates/install.yaml b/charts/app-runner/templates/install.yaml
index f89cc79..1e22086 100644
--- a/charts/app-runner/templates/install.yaml
+++ b/charts/app-runner/templates/install.yaml
@@ -51,6 +51,8 @@
metadata:
name: app-app
namespace: {{ .Release.Namespace }}
+ annotations:
+ dodo.cloud/config-checksum: {{ sha256sum .Values.runCfg }}
spec:
selector:
matchLabels:
@@ -60,6 +62,8 @@
metadata:
labels:
app: app-app
+ annotations:
+ dodo.cloud/config-checksum: {{ sha256sum .Values.runCfg }}
spec:
runtimeClassName: {{ .Values.runtimeClassName }}
volumes: