kustomizations: add kind and apiVersion

This commit is contained in:
2026-03-26 19:24:16 +04:00
parent a20e4719af
commit 8bcc142a2e
2 changed files with 4 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml

View File

@@ -1,3 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: iphone_to_jpeg_bot_prod
resources:
- ../../base