mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-20 13:39:36 +00:00
fix(jellyfin): prune on: test kyverno anti-delete
This commit is contained in:
@@ -166,6 +166,18 @@ spec:
|
||||
version: v1
|
||||
kind: Kustomization
|
||||
labelSelector: prune.flux.home.arpa/disabled=true
|
||||
- patch: |-
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: not-used
|
||||
spec:
|
||||
prune: true
|
||||
target:
|
||||
group: kustomize.toolkit.fluxcd.io
|
||||
version: v1
|
||||
kind: Kustomization
|
||||
labelSelector: prune.flux.home.arpa/enabled=true
|
||||
- patch: |-
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
|
||||
@@ -4,7 +4,10 @@ kind: Kustomization
|
||||
metadata:
|
||||
name: jellyfin-app
|
||||
namespace: flux-system
|
||||
labels:
|
||||
prune.flux.home.arpa/enabled: "true"
|
||||
spec:
|
||||
prune: true
|
||||
path: ./kube/deploy/apps/jellyfin/app
|
||||
dependsOn:
|
||||
- name: 1-core-storage-rook-ceph-cluster
|
||||
|
||||
Reference in New Issue
Block a user