From 2d00b7fee39d4ab85da016412cae108c6669a0b6 Mon Sep 17 00:00:00 2001 From: bhearn Date: Fri, 24 Jul 2020 12:27:20 -0600 Subject: [PATCH] update instructions --- README.md | 2 +- deployment/activemq-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3a4653..eb46551 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ docker load -i *tarball* kubectl create ns active-mq ``` -2. **Modify _jetty-realm.properties_ in the 'deployment' directory of this repo to use your own custom usernames and passwords:** +2. Modify _jetty-realm.properties_ in the 'deployment' directory of this repo to use your own custom usernames and passwords. **This file MUST be configured with proper values in order to deploy**: ``` # Example admin account: admin_username: <<>>, admin diff --git a/deployment/activemq-deployment.yaml b/deployment/activemq-deployment.yaml index 0fc2e08..004b75c 100644 --- a/deployment/activemq-deployment.yaml +++ b/deployment/activemq-deployment.yaml @@ -27,7 +27,7 @@ spec: cpu: 400m volumeMounts: - name: active-creds - mountPath: /apache-activemq-5.15.13/conf/jetty-realm.properties # *** Modify jetty-realm.properties to use your own custom usernames and passwords FIRST *** + mountPath: /apache-activemq-5.15.13/conf/jetty-realm.properties # jetty-realm.properties MUST be configured with proper values first in order to deploy subPath: jetty-realm.properties volumes: - name: active-creds -- GitLab