chore(refacto): fix secret and use katenary schema
- add possibility to use a katenary.yaml file to setup values - fix secret generation
This commit is contained in:
27
.gitignore
vendored
27
.gitignore
vendored
@@ -1,25 +1,20 @@
|
||||
.venv
|
||||
dist/*
|
||||
.cache/*
|
||||
chart/*
|
||||
*.yaml
|
||||
*.yml
|
||||
!.markdownlint.yaml
|
||||
!generator/*.yaml
|
||||
doc/venv/*
|
||||
!doc/mkdocs.yaml
|
||||
!.readthedocs.yaml
|
||||
./katenary
|
||||
*.env
|
||||
docker-compose*
|
||||
!examples/**/docker-compose*
|
||||
.credentials
|
||||
release.id
|
||||
configs/
|
||||
cover*
|
||||
.sq
|
||||
./katenary
|
||||
.aider*
|
||||
.python_history
|
||||
.bash_history
|
||||
katenary
|
||||
|
||||
.cache/
|
||||
.aider/
|
||||
.config/
|
||||
*/venv
|
||||
|
||||
# local binary
|
||||
./katenary
|
||||
|
||||
# will be treated later
|
||||
/examples/*
|
||||
|
Reference in New Issue
Block a user