feat: Add argocd-diff
This commit is contained in:
parent
729e0739ce
commit
95991b852b
5 changed files with 2869 additions and 0 deletions
20
k8s-peterg/argocd-diff/kustomization.yaml
Normal file
20
k8s-peterg/argocd-diff/kustomization.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- install.yaml
|
||||
- repository.yaml
|
||||
- namespace.yaml
|
||||
|
||||
namespace: argocd-diff
|
||||
|
||||
configMapGenerator:
|
||||
- name: argocd-cmd-params-cm
|
||||
behavior: replace
|
||||
literals:
|
||||
- server.insecure=true
|
||||
- reposerver.enable.git.submodule=false
|
||||
- name: argocd-cm
|
||||
behavior: merge
|
||||
literals:
|
||||
- kustomize.buildOptions=--enable-helm
|
||||
Loading…
Add table
Add a link
Reference in a new issue