feat(helm): add chart structure and metadata
This commit is contained in:
17
helm/cv-app/.helmignore
Normal file
17
helm/cv-app/.helmignore
Normal file
@@ -0,0 +1,17 @@
|
||||
# Patterns to ignore when building packages.
|
||||
.git/
|
||||
.github/
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Test files
|
||||
*_test.go
|
||||
tests/
|
||||
|
||||
# Documentation
|
||||
*.md
|
||||
!README.md
|
||||
docs/
|
||||
|
||||
# CI/CD
|
||||
.github/
|
||||
9
helm/cv-app/Chart.yaml
Normal file
9
helm/cv-app/Chart.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v2
|
||||
name: cv-app
|
||||
description: A Helm chart for CV application
|
||||
type: application
|
||||
version: 0.1.0
|
||||
appVersion: "1.0.0"
|
||||
maintainers:
|
||||
- name: Tuan-Dat Tran
|
||||
email: tuan-dat.tran@tudattr.dev
|
||||
Reference in New Issue
Block a user