Skip to content

Commit

Permalink
define namespace in argocd cm
Browse files Browse the repository at this point in the history
  • Loading branch information
singhalkarun authored Oct 28, 2024
1 parent 45a8518 commit 9284b8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cluster/components/argocd/argocd-cmd-params-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cmd-params-cm
namespace: argocd
labels:
app.kubernetes.io/name: argocd-cmd-params-cm
app.kubernetes.io/part-of: argocd
data:
applicationsetcontroller.enable.new.git.file.globbing: "true"
server.insecure: "true"
server.insecure: "true"

0 comments on commit 9284b8a

Please sign in to comment.