fixing issue with deployment to AKS#8249
Conversation
Signed-off-by: Nick Beenham <Nicholas_Beenham@cable.comcast.com>
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8249 +/- ##
==========================================
- Coverage 59.83% 59.81% -0.02%
==========================================
Files 590 590
Lines 39520 39520
==========================================
- Hits 23646 23640 -6
- Misses 14119 14123 +4
- Partials 1755 1757 +2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Nick Beenham <Nicholas_Beenham@cable.comcast.com>
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
kachawla
left a comment
There was a problem hiding this comment.
Looks good. One minor comment.
| database: | ||
| image: ghcr.io/radius-project/mirror/postgres | ||
| tag: latest | ||
| storageClassName: "" # set to the storage class name if required |
There was a problem hiding this comment.
Could you please add a comment here what does setting it to empty do?
There was a problem hiding this comment.
will do in my next commit :)
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
Set the storageClass to an empty string to pick up the default storage class
Defined the mountPoint for the pvc.
Type of change
Fixes: #8072
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: