diff options
author | vv770d <vv770d@att.com> | 2021-07-19 22:29:15 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2021-07-19 22:29:20 +0000 |
commit | b3bbb06443128982f367c7bc169a319072ed066b (patch) | |
tree | 09d0b72b06e8fc6c7a22b4c1ffa1e9c2f1c6c467 | |
parent | 9df5b5997417c706285d0a94568553cca58d672c (diff) |
Fix Heartbeat deployment error on newer k8s
Removed obsolete volume mapping which is causing
deployment error on later/newer version of containerd install
Change-Id: Ifde48ff3ea86417938efa9507ffb58dde02a57ac
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2864
-rw-r--r-- | Changelog.md | 1 | ||||
-rw-r--r-- | Dockerfile | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index e79e618..811e669 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Cleanup code - Removed extraneous parentheses - Use yyyy/mm/dd format in Changelog +- Removed volume mapping from Dockerfile ### Fixed - pytest fails if http\_proxy is set @@ -43,7 +43,6 @@ RUN apk add --no-cache --virtual build-deps \ rustup self uninstall -y USER $user -VOLUME logs CMD ["./bin/misshtbt.sh"] |