Skip to content

Commit 0149a8f

Browse files
committed
debug zoo-project
1 parent 89a7b6c commit 0149a8f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ OpenLens is a graphical user interface for managing and monitoring Kubernetes cl
4242

4343
While it's optional, it can significantly improve your workflow. You can download it [here](https://github.com/MuhammedKalkan/OpenLens?tab=readme-ov-file#installation).
4444

45+
### Add the helm repositories
46+
47+
48+
```
49+
helm repo add localstack https://helm.localstack.cloud
50+
helm repo add zoo-project https://zoo-project.github.io/charts/
51+
```
4552

4653
### Checking the requirements
4754

ogc-api-processes-with-zoo/skaffold.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ deploy:
1010
remoteChart: zoo-project/zoo-project-dru
1111
namespace: eoap-zoo-project
1212
createNamespace: true
13-
version: 0.3.0
13+
version: 0.3.2
1414
valuesFiles: []
1515
setValues:
1616
iam.enabled: false
17+
cookiecutter. templateUrl: https://github.com/EOEPCA/proc-service-template.git
18+
cookiecutter.templateBranch: feature/python3.8
1719
- name: eoap-zoo-project-coder
1820
chartPath: ../charts/coder
1921
namespace: eoap-zoo-project

0 commit comments

Comments
 (0)