Skip to content

Commit

Permalink
chore: Allow run terminal in Argo UI (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykola Serdiuk authored and MykolaMarusenko committed Jul 8, 2024
1 parent 2a2c975 commit b915ac0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions add-ons/argo-cd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ A Helm chart for Argo CD Install
| argo-cd.applicationSet.extraEnv[0].name | string | `"ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_SCM_PROVIDERS"` | |
| argo-cd.applicationSet.extraEnv[0].value | string | `"false"` | |
| argo-cd.configs.cm."application.instanceLabelKey" | string | `"argocd.argoproj.io/instance-edp"` | |
| argo-cd.configs.cm."exec.enabled" | bool | `true` | |
| argo-cd.configs.cm."oidc.config" | string | `"name: Keycloak\nissuer: https://keycloak.example.com/auth/realms/shared\nclientID: argocd-tenant\nclientSecret: $keycloak-client-argocd-secret:clientSecret\nrequestedScopes:\n - openid\n - profile\n - email\n - groups\n"` | |
| argo-cd.configs.cm.url | string | `"https://argocd-dev.example.com"` | |
| argo-cd.configs.params."application.namespaces" | string | `"edp"` | |
Expand Down
1 change: 1 addition & 0 deletions add-ons/argo-cd/templates/appProject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
- p, proj:edp:developer, repositories, delete, edp/*, allow
- p, proj:edp:developer, repositories, update, edp/*, allow
- p, proj:edp:developer, repositories, get, edp/*, allow
- p, ArgoCDDevelopers, exec, create, edp/*, allow
groups:
# Keycloak Group name
- ArgoCD-edp-users
Expand Down
1 change: 1 addition & 0 deletions add-ons/argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ argo-cd:
# required when SSO is enabled
url: "https://argocd-dev.example.com"
application.instanceLabelKey: argocd.argoproj.io/instance-edp
exec.enabled: true
oidc.config: |
name: Keycloak
issuer: https://keycloak.example.com/auth/realms/shared
Expand Down

0 comments on commit b915ac0

Please sign in to comment.