Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
NET-3908: allow configuration of SecurityContextConstraints when running on OpenShift #2184
NET-3908: allow configuration of SecurityContextConstraints when running on OpenShift #2184
Changes from 39 commits
4f5437d
a529f27
3d5e980
b176b78
e67f2df
0bc616a
1bd97f9
11cc9e9
2c4bbee
c6c9a0b
31773b6
52acedd
3f847e6
283cf75
5247f0a
0c93777
cfd9984
c25cb65
6152c62
451a3f7
67ba54d
78aa9ce
965b2f7
f101782
f8e7525
ffd4a5a
4d7655a
dce6bda
d68fbf3
57b7543
b945c18
c9dbcce
e44ddff
5744687
4722f9a
c3bcb63
6df3cca
542522f
3bf704f
61fb592
ada4579
6a6b003
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I think it makes sense to gate this to only if
global.openshift.enabled = true
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.
I think it makes sense to include here that this value is only used if
global.openshift.enabled = true
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.
I had to think through this again reading over it - a comment explaining why this additional check is here would be super helpful I think
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.
Same thought here that a comment would be helpful