adding kustomizations to force declaration of manifests

This commit is contained in:
2026-01-17 09:12:48 -05:00
parent 504c3cd3c0
commit e2cf8ff1b0
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- statefulset.yaml
- service.yaml
- httproute.yaml
+5
View File
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- statefulset.yaml
- service.yaml