mirror of
https://github.com/janishutz/fundamentals-of-webengineering.git
synced 2025-11-25 05:44:24 +00:00
7 lines
312 B
YAML
7 lines
312 B
YAML
apiVersion: v2
|
|
name: task-1-html-css #name of the app, this should be the project name, spaces should be substituted with -
|
|
description: My Example App #description for the app
|
|
type: application
|
|
version: 0.0.1 #for versioning of the helm chart, increase it when new release is built/deployed
|
|
appVersion: "0.0.1"
|