Skip to content

Commit

Permalink
[Nextcloud] migrate ArgoCD helm to Kustomize helm
Browse files Browse the repository at this point in the history
  • Loading branch information
SIMULATAN committed Dec 10, 2024
1 parent e2bdf45 commit 9146fda
Showing 2 changed files with 16 additions and 11 deletions.
12 changes: 12 additions & 0 deletions nextcloud/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: nextcloud

helmCharts:
- name: nextcloud
releaseName: nextcloud
repo: https://nextcloud.github.io/helm/
version: 6.0.3
valuesFile: nextcloud.values.yml
namespace: nextcloud
15 changes: 4 additions & 11 deletions nextcloud/nextcloud.argo.yml
Original file line number Diff line number Diff line change
@@ -5,16 +5,9 @@ metadata:
namespace: argocd
spec:
project: default
sources:
- chart: nextcloud
repoURL: https://nextcloud.github.io/helm/
targetRevision: 6.0.3
helm:
valueFiles:
- $k8s-ops/nextcloud/nextcloud.values.yml
- repoURL: https://github.com/SIMULATAN/k8s-ops
targetRevision: HEAD
ref: k8s-ops
source:
repoURL: https://github.com/SIMULATAN/k8s-ops
path: nextcloud
destination:
server: "https://kubernetes.default.svc"
name: in-cluster
namespace: nextcloud

0 comments on commit 9146fda

Please sign in to comment.