diff --git a/README.md b/README.md index 28f4ec3..fca1e8a 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,8 @@ You now have the service account information needed for you Kong Agent installat - Note the *Logical Name* for your new environment --- -**_NOTE_** +**_NOTE:_** + Don't forget to update your Amplify Central Region specific variables, such as the `CENTRAL_URL` setting. All CENTRAL_* variables listed on [docs.axway.com](https://docs.axway.com/bundle/amplify-central/page/docs/connect_manage_environ/connect_api_manager/agent-variables/index.html) may be used on the Kong Agent. @@ -306,7 +307,8 @@ kubectl create configmap specs --from-file=specs/ ``` ___ -**_NOTE_** +**_NOTE:_** + An update to the ConfigMap will *NOT* be seen by any running pods, a pod restart would be required to see changes. It is recommended to use a volume type that is more mutable than a ConfigMap. The agent has no knowledge of the volume type being used.