Skip to content

Commit

Permalink
add non-prod install files
Browse files Browse the repository at this point in the history
  • Loading branch information
mabusaa committed Dec 11, 2023
1 parent d044fb6 commit bf632f0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions argocd-install/overlays/non-production/argocd-namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: argocd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cmd-params-cm
labels:
app.kubernetes.io/name: argocd-cmd-params-cm
app.kubernetes.io/part-of: argocd
data:
server.insecure: "true"
8 changes: 8 additions & 0 deletions argocd-install/overlays/non-production/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./argocd-namespace.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.3/manifests/install.yaml

patches:
- path: ./config/argocd-cmd-params-cm.yaml

0 comments on commit bf632f0

Please sign in to comment.