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