Skip to content
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

Minor fixes to make deploying easier #20160

Merged
merged 1 commit into from
Sep 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Minor fixes to make deploying easier
- Include Kube Client properties in the config editor
- Add untrusted SSL certs to the deploy page
stuartwdouglas committed Sep 15, 2021
commit 4dac20a9112ceba455babbf28e45be8036d3d70c
Original file line number Diff line number Diff line change
@@ -20,6 +20,13 @@
<option value="false">No</option>
</select>
</div>
<div class="form-group">
<label for="quarkus.openshift.expose">Allow untrusted SSL Certificates</label>
<select name="quarkus.kubernetes-client.trust-certs" class="form-control">
<option value="false" selected="selected">No</option>
<option value="true">Yes</option>
</select>
</div>
<button type="submit" class="btn btn-primary">Deploy</button>
</form>
{/body}
Original file line number Diff line number Diff line change
@@ -13,3 +13,4 @@ metadata:
- "quarkus.container-image."
- "quarkus.kubernetes."
- "quarkus.openshift."
- "quarkus.kubernetes-client."