fix: resolve issues with helm deployments (#8)

- remove helm-patch files that are unused
- change platform namespaces allowed to *-system
- change chart name

Reviewed-on: #8
This commit is contained in:
Ben Vincent 2026-03-01 18:55:47 +11:00
parent 4809dad90f
commit ebb47348fe
4 changed files with 2 additions and 20 deletions

View File

@ -1,8 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: reflector
valuesFiles:
- values.yaml

View File

@ -1,8 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: reflector
valuesFiles:
- values.yaml

View File

@ -9,6 +9,6 @@ helmCharts:
- name: reloader
repo: https://stakater.github.io/stakater-charts
version: "2.2.8"
releaseName: stakater/reloader
releaseName: reloader
namespace: reloader-system
valuesFile: values.yaml

View File

@ -10,9 +10,7 @@ spec:
- https://git.unkin.net/unkin/argocd-apps
- oci://ghcr.io/emberstack/helm-charts
destinations:
- namespace: 'kube-system'
server: https://kubernetes.default.svc
- namespace: 'reflector-system'
- namespace: '*-system'
server: https://kubernetes.default.svc
clusterResourceWhitelist:
- group: ''