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:
parent
17ac87d81f
commit
e5f83051d8
2 changed files with 17 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
tmp
|
||||
16
README.md
Normal file
16
README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue