Implementing experimental helm chart:
• graphql and towel have “PREFECT_SERVER__HASURA__ADMIN_SECRET” in environment. Is this an actual secret that I should be mounting in the environment? What is its form? How come the “hasura” container doesn’t have it itself? Is it written by hasura container — so perhaps it should be a shared volume? (RW hasura, RO by the other two)?
• What would be sensible defaults for pod resources for: {hasura, graphql, towel, apollo, ui}?