https://github.com/cloudogu/spring-boot-helm-chart
A versatile helm chart that can be used to deploy images containing spring boot apps
https://github.com/cloudogu/spring-boot-helm-chart
chart helm kubernetes spring-boot
Last synced: about 1 year ago
JSON representation
A versatile helm chart that can be used to deploy images containing spring boot apps
- Host: GitHub
- URL: https://github.com/cloudogu/spring-boot-helm-chart
- Owner: cloudogu
- License: mit
- Created: 2020-11-10T08:34:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T09:45:29.000Z (almost 3 years ago)
- Last Synced: 2024-04-13T22:48:10.553Z (about 2 years ago)
- Topics: chart, helm, kubernetes, spring-boot
- Language: Mustache
- Homepage:
- Size: 21.5 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-boot-helm-chart
A versatile helm chart that can be used to deploy images containing spring boot apps
See our [gitops-playground](https://github.com/cloudogu/gitops-playground) for examples.
# Helm Chart Unit Testing
This repository contains unit tests for the Helm chart using the [Helm Unittest](https://github.com/helm-unittest/helm-unittest) framework.
## Prerequisites
Before running the tests, ensure you have the following installed:
- [Helm](https://helm.sh/docs/intro/install/) (version X.X.X or later)
- [Helm Unittest](https://github.com/helm-unittest/helm-unittest)
## Running Unit Tests
To run the unit tests for the Helm chart:
1. Navigate to the root directory of the Helm chart.
2. Run the following command:
```bash
helm unittest . -f tests/test-*