...
Email Approval Service
Download the file below. Run files below. Fill in all configurations in the values.yaml file. Run the following command.
View file | ||
---|---|---|
|
View file | ||
---|---|---|
|
...
helm install emailapproval.tgz --set host=<ONELIST SITE HOSTNAME> --generate-name --namespace <ONELIST_NAMESPACE>
...
helm install emailapproval.tgz --generate-name --set host=dev.onelistapprovals.com --generate-name --namespace onelist-devnamespace onelist-dev
kubectl patch cm onelist-config -n <ONELIST_NAMESPACE> --patch '{"data":{"MailFilter": "<MailFilter>"}}'
For example:
kubectl patch cm onelist-config -n onelist-dev --patch '{"data":{"MailFilter": "**"}}'
Create the OneList Email Approval channel
...