-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixing issue with deployment to AKS #8249
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... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add a comment here what does setting it to empty do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: