Skip to content

Commit

Permalink
fix argo-workflow and headlamp
Browse files Browse the repository at this point in the history
  • Loading branch information
tapas4java committed Oct 27, 2024
1 parent b18d0b8 commit 5d09d1b
Show file tree
Hide file tree
Showing 23 changed files with 1,642 additions and 1,556 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Once adhar finishes provisioning cluster and packages, you can access GUIs by go

* ArgoCD: https://adhar.localtest.me:8443/argocd/ (Get the username and password from above command)
* Gitea: https://adhar.localtest.me:8443/gitea/ (Get the username and password from above command)
* Keycloak: https://adhar.localtest.me:8443/keycloak/ (Username is `cnoe-admin` and password `KEYCLOAK_ADMIN_PASSWORD` retrieved from above command)
* Keycloak: https://adhar.localtest.me:8443/keycloak/ (Username is `adhar-admin` and password `KEYCLOAK_ADMIN_PASSWORD` retrieved from above command)
* Argo-Workflows: https://adhar.localtest.me:8443/argo-workflows/
* Adhar Console: https://adhar.localtest.me:8443/ (Username is `user1` or `user2` and password `USER-PASSWORD` retrieved from above command Keycloak section)

Expand Down
6 changes: 3 additions & 3 deletions platform/stack/environments/local/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packages:
isChart: "false"
- name: headlamp
namespace: adhar-system
install: "false"
install: "true"
manifestPath: "observability/headlamp/manifests"
isChart: "false"
- name: keycloak
Expand All @@ -29,8 +29,8 @@ packages:
- name: argo-workflows
namespace: argo
install: "true"
manifestPath: "application/argo-workflows"
isChart: "true"
manifestPath: "application/argo-workflows/manifests/dev"
isChart: "false"
- name: adhar-console
namespace: backstage
install: "true"
Expand Down
23 changes: 0 additions & 23 deletions platform/stack/packages/application/argo-workflows/.helmignore

This file was deleted.

24 changes: 0 additions & 24 deletions platform/stack/packages/application/argo-workflows/Chart.yaml

This file was deleted.

Loading

0 comments on commit 5d09d1b

Please sign in to comment.