-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add encrypted volume to mysql-1-pvc app #547
base: master
Are you sure you want to change the base?
Conversation
annotations: | ||
volume.beta.kubernetes.io/storage-class: px-mysql-sc | ||
px/secret-name: volume-secrets | ||
px/secret-namespace: mysql-1-pvc-mysql |
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.
The secret won't be in that namespace, it is auto-generated for most 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.
Fixed.
|
c3921c1
to
cf9ecf9
Compare
@Rohit-PX Can you run all the tests to make sure nothing is broken? That app is used by other tests too |
34a36dc
to
ddd7c30
Compare
Signed-off-by: Rohit-PX <[email protected]>
0fdd5a3
to
23ead03
Compare
Codecov Report
@@ Coverage Diff @@
## master #547 +/- ##
==========================================
+ Coverage 76.86% 77.64% +0.77%
==========================================
Files 33 32 -1
Lines 3653 3601 -52
==========================================
- Hits 2808 2796 -12
+ Misses 615 576 -39
+ Partials 230 229 -1
Continue to review full report at Codecov.
|
Can one of the admins verify this patch? |
Signed-off-by: Rohit-PX [email protected]
What type of PR is this?
integration-test
What this PR does / why we need it:
Adding an encrypted volume to the mysql app
Does this PR change a user-facing CRD or CLI?:
no
Is a release note needed?:
no
Does this change need to be cherry-picked to a release branch?:
no