mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
18 lines
503 B
YAML
18 lines
503 B
YAML
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/kustomization.json
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- github.com/fluxcd/flux2/manifests/install?ref=v2.2.3
|
|
patches:
|
|
- target:
|
|
group: networking.k8s.io
|
|
version: v1
|
|
kind: NetworkPolicy
|
|
patch: |
|
|
$patch: delete
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: NetworkPolicy
|
|
metadata:
|
|
name: not-used
|