-
Notifications
You must be signed in to change notification settings - Fork 28
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 kuttl tests for extramounts option #385
Add kuttl tests for extramounts option #385
Conversation
39f5036
to
d077fb1
Compare
/test horizon-operator-build-deploy-kuttl |
This commit updates the horizon deployment spec to incorporate extramounts mounting the file to a particular path and assert the resulting Deployment to verify that it contains the mountpoint destined to the file
d077fb1
to
1c940fc
Compare
Ok, checking the logs I see we do not need any file as it's empty. apiVersion: v1
data:
mycustompolicy.yaml: ""
kind: ConfigMap
metadata:
name: horizon-policy
namespace: horizon-kuttl-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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ashu-011, bshephar, deshipu, fmount The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
2ef2b1f
into
openstack-k8s-operators:main
/approve |
This commit updates the horizon deployment spec to incorporate extramounts mounting the file to a particular path and assert the resulting Deployment to verify that it contains the mountpoint destined to the file