mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-02-09 12:30:22 +00:00
fix(ingress-nginx): cleanup unused kustomizeconfig nameReference
was causing 'unknown field name' flux build ks errors in flux-local
This commit is contained in:
@@ -25,7 +25,7 @@ pipx_uvx = true
|
||||
"aqua:junegunn/fzf" = ["0.52.1"] # used by kubectx interactive mode
|
||||
"aqua:kubernetes-sigs/kustomize" = ["5.3.0"]
|
||||
helm = ["3.16.3"]
|
||||
"aqua:fluxcd/flux2" = ["2.2.3"]
|
||||
"aqua:fluxcd/flux2" = ["2.4.0"]
|
||||
"aqua:siderolabs/talos" = ["1.9.1"]
|
||||
"aqua:budimanjojo/talhelper" = ["3.0.12"]
|
||||
"aqua:go-task/task" = ["3.39.2"]
|
||||
|
||||
@@ -41,7 +41,7 @@ resources:
|
||||
- ../../../deploy/core/dns/external-dns/
|
||||
- ../../../deploy/core/ingress/_deps/
|
||||
- ../../../deploy/core/ingress/secrets-sync/
|
||||
# - ../../../deploy/core/ingress/ingress-nginx/
|
||||
- ../../../deploy/core/ingress/ingress-nginx/
|
||||
- ../../../deploy/core/ingress/cloudflare/
|
||||
- ../../../deploy/core/ingress/external-proxy-x/
|
||||
- ../../../deploy/core/db/pg/
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://flux.jank.ing/helmrelease-helm-v2beta2.json
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://flux.jank.ing/helmrelease-helm-v2beta2.json
|
||||
# this is for apps to be exposed but may not be for public usage, e.g. exposing authenticated media apps, NextCloud, etc
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://flux.jank.ing/helmrelease-helm-v2beta2.json
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://flux.jank.ing/helmrelease-helm-v2beta2.json
|
||||
# this is for exposing apps meant for public usage, e.g. websites, social platforms, etc
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
|
||||
@@ -4,10 +4,3 @@ nameReference:
|
||||
fieldSpecs:
|
||||
- kind: HelmRelease
|
||||
path: spec/valuesFrom/name
|
||||
- kind: ConfigMap
|
||||
version: v1
|
||||
fieldSpecs:
|
||||
- kind: HelmRelease
|
||||
name: default-backend
|
||||
namespace: ingress
|
||||
path: spec/values/persistence/config/name
|
||||
|
||||
@@ -4,8 +4,6 @@ kind: Kustomization
|
||||
metadata:
|
||||
name: 1-core-ingress-nginx-app
|
||||
namespace: flux-system
|
||||
labels:
|
||||
prune.flux.home.arpa/disabled: "true"
|
||||
spec:
|
||||
path: ./kube/deploy/core/ingress/ingress-nginx/app
|
||||
dependsOn:
|
||||
|
||||
Reference in New Issue
Block a user