Install instructions are missing any reference to the secret required to run Ackee. The logical place for this would be in the prerequisites section of the readme, which is currently empty. This will help users more quickly realize chart doesn't ship with a database (ref: #1), something that'd be useful to list in the prerequisites section along with the secret.
Example secret:
kind: Secret
apiVersion: v1
metadata:
name: ackee-password
namespace: ackee
data:
ACKEE_PASSWORD: ac2zyNAwDag=
type: Opaque
May be created with kubectl create secret.
Install instructions are missing any reference to the secret required to run Ackee. The logical place for this would be in the prerequisites section of the readme, which is currently empty. This will help users more quickly realize chart doesn't ship with a database (ref: #1), something that'd be useful to list in the prerequisites section along with the secret.
Example secret:
May be created with
kubectl create secret.