From 13f7b2ae303b12fd56e71b1f6109fdb444ede7d3 Mon Sep 17 00:00:00 2001 From: Marcelo Moreira de Mello Date: Wed, 14 Apr 2021 12:00:26 -0400 Subject: [PATCH] Fixed indentation lint --- scripts/okd-console.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/okd-console.yaml b/scripts/okd-console.yaml index a8f1c78c..11112f74 100644 --- a/scripts/okd-console.yaml +++ b/scripts/okd-console.yaml @@ -43,9 +43,9 @@ roleRef: kind: ClusterRole name: cluster-admin subjects: -- kind: ServiceAccount - name: okd-console - namespace: okd-console + - kind: ServiceAccount + name: okd-console + namespace: okd-console --- apiVersion: apps/v1 kind: Deployment @@ -107,9 +107,9 @@ metadata: k8s-app: okd-console spec: ports: - - name: web - targetPort: 9000 - port: 9000 - protocol: TCP + - name: web + targetPort: 9000 + port: 9000 + protocol: TCP selector: k8s-app: okd-console