1
0
mirror of synced 2026-06-13 09:10:48 +00:00

fix: preserve invalid label type

Signed-off-by: Raffael Sahli <raffael.sahli@doodle.com>
This commit is contained in:
Raffael Sahli
2026-06-05 08:46:15 +02:00
parent 04b23241e1
commit e0803ee689
5 changed files with 55 additions and 9 deletions
@@ -0,0 +1,7 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: test-ks
namespace: flux-system
spec:
path: "./resources"
@@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: invalid-resource
labels:
invalid: 0
valid: yes
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- invalid-resource.yaml