wso2 / k8s-api-operator

API Operator for Kubernetes
Apache License 2.0
115 stars 48 forks source link

Give capability to WSO2 API Operator to support volumeMounts #613

Closed malakaganga closed 2 years ago

malakaganga commented 2 years ago

Purpose

Give capability to WSO2 API Operator to support volume mounts and also to change the ImagePullPolicy as well. With this pr we are providing the capability to,

  1. Support volumeMounts to deploy(replace existing) config files without the need to change the image by using config maps.
  2. Change image pull policy to either Always, Never or IfNotPresent.

Goals

Fixes: https://github.com/wso2/k8s-api-operator/issues/615

codecov-commenter commented 2 years ago

Codecov Report

Merging #613 (501bc45) into master (603f72d) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 501bc45 differs from pull request most recent head efafe6b. Consider uploading reports for the commit efafe6b to get more accurate results

@@           Coverage Diff           @@
##           master     #613   +/-   ##
=======================================
  Coverage   44.39%   44.39%           
=======================================
  Files          14       14           
  Lines         705      705           
=======================================
  Hits          313      313           
  Misses        342      342           
  Partials       50       50           
Flag Coverage Δ
unit_tests 44.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 603f72d...efafe6b. Read the comment docs.