fix: resolve issues with helm deployments
- remove helm-patch files that are unused - change platform namespaces allowed to *-system - change chart name
This commit is contained in:
parent
4809dad90f
commit
cb22052b72
@ -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
|
- name: reloader
|
||||||
repo: https://stakater.github.io/stakater-charts
|
repo: https://stakater.github.io/stakater-charts
|
||||||
version: "2.2.8"
|
version: "2.2.8"
|
||||||
releaseName: stakater/reloader
|
releaseName: reloader
|
||||||
namespace: reloader-system
|
namespace: reloader-system
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
|||||||
@ -10,9 +10,7 @@ spec:
|
|||||||
- https://git.unkin.net/unkin/argocd-apps
|
- https://git.unkin.net/unkin/argocd-apps
|
||||||
- oci://ghcr.io/emberstack/helm-charts
|
- oci://ghcr.io/emberstack/helm-charts
|
||||||
destinations:
|
destinations:
|
||||||
- namespace: 'kube-system'
|
- namespace: '*-system'
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
- namespace: 'reflector-system'
|
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
clusterResourceWhitelist:
|
clusterResourceWhitelist:
|
||||||
- group: ''
|
- group: ''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user