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:
Nikolai Rodionov
2023-03-05 22:28:46 +01:00
committed by Nikolai Rodionov
parent 7adb5f0a4a
commit 1c29b32407
9 changed files with 160 additions and 21 deletions

View 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