Skip to content

Commit

Permalink
Renamed workflow job name (#383)
Browse files Browse the repository at this point in the history
Co-authored-by: kumaa43 <[email protected]>
Co-authored-by: MadhuriArugula <[email protected]>
  • Loading branch information
3 people authored Feb 1, 2022
1 parent 0b05278 commit c0e938d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub Actions for pega helm chart
name: pega-helm-charts-build-deployment

env:
HELM_URL: https://get.helm.sh
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Pega deployment on Kubernetes

This project provides Helm charts and basic examples for deploying Pega on Kubernetes. You will also need to download the required [installation kit](https://community.pega.com/knowledgebase/products/platform/deploy) from the Pega Community which includes rules and data to preload into your relational database. Deploying Pega on Kubernetes requires Pega Infinity 8.2 or newer.
This project provides Helm charts and basic examples for deploying Pega on Kubernetes. You will also need to download the required [installation kit](https://community.pega.com/knowledgebase/products/platform/deploy) from the Pega Community which includes rules and data to preload into your relational database. Deploying Pega on Kubernetes requires Pega Infinity 8.2 or later.

[![Build Status](https://travis-ci.com/pegasystems/pega-helm-charts.svg?branch=master)](https://travis-ci.com/pegasystems/pega-helm-charts)
[![Build Status](https://github.com/pegasystems/pega-helm-charts/actions/workflows/github-actions-build.yml/badge.svg)](https://github.com/pegasystems/pega-helm-charts/actions/workflows/github-actions-build.yml)
[![GitHub release](https://img.shields.io/github/release/pegasystems/pega-helm-charts.svg)](https://github.com/pegasystems/pega-helm-charts/releases)

# Supported Kubernetes environments
Expand Down

0 comments on commit c0e938d

Please sign in to comment.