From 803c4702efe241fcaf26ae8957cf543502bf5959 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Wed, 27 Mar 2024 13:41:44 +0100 Subject: [PATCH] change container arg selection --- .../base/dashboard-insecure-access.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/infrastructure/06-kube-dashboard/base/dashboard-insecure-access.yaml b/infrastructure/06-kube-dashboard/base/dashboard-insecure-access.yaml index f234225..6397a41 100644 --- a/infrastructure/06-kube-dashboard/base/dashboard-insecure-access.yaml +++ b/infrastructure/06-kube-dashboard/base/dashboard-insecure-access.yaml @@ -2,12 +2,12 @@ apiVersion: apps/v1 kind: Deployment metadata: name: kubernetes-dashboard -properties: - spec: - template: - spec: - containers: - - name: kubernetes-dashboard - args: - - "--enable-insecure-login" - - "--insecure-bind-address=0.0.0.0" \ No newline at end of file + +spec: + template: + spec: + containers: + - name: kubernetes-dashboard + args: + - "--enable-insecure-login" + - "--insecure-bind-address=0.0.0.0" \ No newline at end of file