Skip to content

Commit

Permalink
Merge branch '6/edge' into DPE-5089-use-node-port
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Aug 20, 2024
2 parents 0e4258b + 08db428 commit fe4e630
Show file tree
Hide file tree
Showing 14 changed files with 7,428 additions and 131 deletions.
21 changes: 21 additions & 0 deletions .github/.jira_sync_config.yaml
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
21 changes: 0 additions & 21 deletions .github/workflows/sync_issue_to_jira.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions actions.yaml
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.
Loading

0 comments on commit fe4e630

Please sign in to comment.