-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '6/edge' into DPE-5089-use-node-port
- Loading branch information
Showing
14 changed files
with
7,428 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Sync GitHub issues to Jira issues | ||
|
||
# Configuration syntax: | ||
# https://github.com/canonical/gh-jira-sync-bot/blob/main/README.md#client-side-configuration | ||
settings: | ||
# Repository specific settings | ||
components: # Jira components that will be added to Jira issue | ||
- mongodb-k8s | ||
|
||
# Settings shared across Data Platform repositories | ||
label_mapping: | ||
# If the GitHub issue does not have a label in this mapping, the Jira issue will be created as a Bug | ||
enhancement: Story | ||
jira_project_key: DPE # https://warthogs.atlassian.net/browse/DPE | ||
status_mapping: | ||
opened: untriaged | ||
closed: done # GitHub issue closed as completed | ||
not_planned: rejected # GitHub issue closed as not planned | ||
add_gh_comment: true | ||
sync_description: false | ||
sync_comments: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Copyright 2024 Canonical Ltd. | ||
# See LICENSE file for licensing details. | ||
set-tls-private-key: | ||
description: Set the privates key, which will be used for certificate signing requests (CSR). Run for each unit separately. | ||
params: | ||
external-key: | ||
type: string | ||
description: The content of private key for external communications with clients. Content will be auto-generated if this option is not specified. | ||
internal-key: | ||
type: string | ||
description: The content of private key for internal communications with clients. Content will be auto-generated if this option is not specified. |
Oops, something went wrong.