From 29bc869eaee02833d8db26f3a7e4f822907cd99e Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Sat, 22 Jan 2022 15:48:37 +0800 Subject: [PATCH] remove space line --- k8s-deploy-template.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 76a3c14..259989c 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -1,4 +1,3 @@ - apiVersion: apps/v1 kind: Deployment metadata: @@ -33,4 +32,4 @@ spec: initialDelaySeconds: 10 periodSeconds: 5 imagePullSecrets: - - name: kp-schbrain \ No newline at end of file + - name: kp-schbrain -- GitLab