2025-10-30 09:18:27 +0100: feat: initialize repository with gitignore and documentation

Added initial files including:
- .gitignore to exclude tmp directory
- README.md with usage instructions for Helm values in Kubernetes Build project
This commit is contained in:
Janik von Rotz 2025-10-30 13:25:32 +01:00
parent 17ac87d81f
commit e5f83051d8
No known key found for this signature in database
GPG key ID: 821EE39DFB57ECA3
2 changed files with 17 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
tmp

16
README.md Normal file
View file

@ -0,0 +1,16 @@
# Helm Values
Private values for [Kubernetes Build](https://kubernetes.build/).
## Requirements
Clone and setup the [Kubernetes Build](https://kubernetes.build/) project first.
## Usage
Clone into Kubernetes Build folder.
```bash
cd Kubernetes-Build
git clone https://mint.app.codey.ch/Mint-System/Helm-Values.git values
```