From 3db2ae75e1c1828dd6a15c8209f8ab0b03366467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Sat, 13 Aug 2022 17:16:53 +0800 Subject: [PATCH] Removed now-useless container --- k8s/deployments.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/k8s/deployments.yaml b/k8s/deployments.yaml index 83d9f9ae..fbdaf1d4 100644 --- a/k8s/deployments.yaml +++ b/k8s/deployments.yaml @@ -14,16 +14,6 @@ spec: spec: imagePullSecrets: - name: registry-auth - initContainers: - - name: init-dir - image: alpine:latest - command: - - chown - - 1001:1001 - - /app/cache - volumeMounts: - - name: cache - mountPath: "/app/cache" containers: - name: web image: registry.k8s.astropenguin.net/astrojs:IMAGE_TAG