Skip to content

Commit

Permalink
fix: fixed the allowed namespaces for app project
Browse files Browse the repository at this point in the history
  • Loading branch information
dharapvj committed Nov 14, 2024
1 parent 63d2ad0 commit 67b2c45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kkp-argocd-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.4
version: 0.1.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 6 additions & 0 deletions charts/kkp-argocd-apps/templates/argocd-apps-kkp-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ spec:
destinations:
- namespace: kubermatic
server: https://kubernetes.default.svc
- namespace: mla
server: https://kubernetes.default.svc
- namespace: iap
server: https://kubernetes.default.svc
- namespace: argocd
server: https://kubernetes.default.svc

{{ if .Values.oauth.enable }}
---
Expand Down

0 comments on commit 67b2c45

Please sign in to comment.