[OOM] Fixing k8s ServiceAccounts
[oom.git] / kubernetes / common / postgres-init / values.yaml
index d6d51f0..1b9e72b 100644 (file)
@@ -90,6 +90,12 @@ resources:
       memory: 2Gi
   unlimited: {}
 
+#Pods Service Account
+serviceAccount:
+  nameOverride: postgres-init
+  roles:
+    - read
+
 wait_for_job_container:
   containers:
     - '{{ include "common.name" . }}-update-config'
\ No newline at end of file