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:
parent
4809dad90f
commit
ebb47348fe
@ -1,8 +0,0 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
helmCharts:
|
||||
- name: reflector
|
||||
valuesFiles:
|
||||
- values.yaml
|
||||
@ -1,8 +0,0 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
helmCharts:
|
||||
- name: reflector
|
||||
valuesFiles:
|
||||
- values.yaml
|
||||
@ -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
|
||||
|
||||
@ -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: ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user