Add an option to configure PodMonitor in the Terraform Enterprise Helm chart. #209
This file contains hidden or 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
| name: Create Jira Issue | |
| on: | |
| issues: | |
| types: [opened, closed, deleted, reopened] | |
| pull_request_target: | |
| types: [opened, closed, reopened] | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| call-workflow: | |
| uses: hashicorp/terraform-random-tfe-utility/.github/workflows/create-jira-issue.yml@main | |
| with: | |
| github-team: Terraform-Enterprise | |
| project: TFE | |
| secrets: inherit |