Skip to content

Commit

Permalink
fix:added mla namespace back again
Browse files Browse the repository at this point in the history
  • Loading branch information
dharapvj committed Nov 14, 2024
1 parent 66a4def commit bf40fe2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion charts/kkp-argocd-apps/templates/argocd-apps-usermla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ spec:
- namespace: mla
server: https://kubernetes.default.svc
{{ end }}

---
# in case of mla, we define a configmap so - we will need to create NS explicitly.
apiVersion: v1
kind: Namespace
metadata:
name: mla
{{ if and .Values.userMla.enable .Values.userMla.minio.enable }}
---
apiVersion: argoproj.io/v1alpha1
Expand Down

0 comments on commit bf40fe2

Please sign in to comment.