Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Avoid to write in ConfigMap volume #636

Merged
merged 2 commits into from
Mar 19, 2018

Conversation

andresmgot
Copy link
Contributor

Issue Ref: Fixes #634

Description:

Init containers writes a file func.sha256 that is being used to verify the integrity of the function deployed but it is using the volume mounted from the ConfigMap. After Kubernetes 1.9.4 this volume is mounted as read-only so the process fails trying to write that file.

TODOs:

  • Ready to review
  • Automated Tests
    - [ ] Docs

@murali-reddy
Copy link
Contributor

LGTM.

@andresmgot andresmgot merged commit 88b60ab into vmware-archive:master Mar 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants