Cluster API, add project payload: secrets What the...
# prisma-whats-new
t
Cluster API, add project payload: secrets What these secrets are? login/password or what? And why are they in array format? This question in related issue https://github.com/graphcool/prisma/issues/1948#issuecomment-368517414
m
the secrets are defined in your
prisma.yml
file under
secrets
it can be singular or an array. The array will help you delete old secrets and keep the service up
t
@max thank you!
🙂 1