fix: helmfile and argocd are working again
- The tool was totally broken, not it works again - Development has been moved to my Gitea server - A basic test for helmfile is added - A basic drone pipeline is added
This commit is contained in:

committed by
Nikolai Rodionov

parent
7adb5f0a4a
commit
1c29b32407
18
examples/argocd/application.yaml
Normal file
18
examples/argocd/application.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: sealed-secrets
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
chart: argo-cd
|
||||
repoURL: https://argoproj.github.io/argo-helm
|
||||
targetRevision: 5.23.3
|
||||
helm:
|
||||
releaseName: sealed-secrets
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
destination:
|
||||
server: "https://kubernetes.default.svc"
|
||||
namespace: argocd
|
@ -1,14 +1,15 @@
|
||||
repositories:
|
||||
- name: keel
|
||||
url: https://charts.keel.sh
|
||||
- name: argo
|
||||
url: https://argoproj.github.io/argo-helm
|
||||
|
||||
releases:
|
||||
# -----------------------------
|
||||
# -- Keel
|
||||
# -----------------------------
|
||||
- name: keel
|
||||
- name: argocd
|
||||
installed: true
|
||||
namespace: keel-system
|
||||
namespace: argocd
|
||||
createNamespace: true
|
||||
chart: keel/keel
|
||||
version: 0.9.10
|
||||
chart: argo/argo-cd
|
||||
version: 5.23.3
|
||||
values:
|
||||
- server:
|
||||
extraArgs:
|
||||
- --insecure
|
||||
|
Reference in New Issue
Block a user