From 505b00ebed2d975beb2babce517a3e484d829e50 Mon Sep 17 00:00:00 2001 From: Matteo Mortari Date: Tue, 22 Oct 2024 17:25:29 +0200 Subject: [PATCH] chore: format kustomization file (#506) to avoid spurious formatting during relese such as for example: https://github.com/kubeflow/model-registry/pull/488/files make the base formatting of this file consistent with the result of `kustomize edit set image ...` Signed-off-by: Matteo Mortari --- manifests/kustomize/base/kustomization.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/kustomize/base/kustomization.yaml b/manifests/kustomize/base/kustomization.yaml index bf9c0720f..b9937ea55 100644 --- a/manifests/kustomize/base/kustomization.yaml +++ b/manifests/kustomize/base/kustomization.yaml @@ -1,7 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - model-registry-configmap.yaml - - model-registry-deployment.yaml - - model-registry-service.yaml - - model-registry-sa.yaml +- model-registry-configmap.yaml +- model-registry-deployment.yaml +- model-registry-service.yaml +- model-registry-sa.yaml