fingers crossed

note to self: don't change dnsDomain in Talos machineconfig because this will screw with any deployments doing DNS lookup/queries using hardcoded "dnsDomain" of `cluster.local`, such as Flux
This commit is contained in:
JJGadgets
2022-04-15 04:41:21 +08:00
committed by GitHub
parent a634af45d8
commit 11c1df72f3
3 changed files with 0 additions and 5575 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,27 +0,0 @@
# This manifest was generated by flux. DO NOT EDIT.
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: GitRepository
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 1m0s
ref:
branch: main
secretRef:
name: flux-system
url: ssh://git@github.com/JJGadgets/Biohazard
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 10m0s
path: ./kube/1-bootstrap/flux
prune: true
sourceRef:
kind: GitRepository
name: flux-system

View File

@@ -1,5 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml