Skip to content
Snippets Groups Projects
Verified Commit 081e784b authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(dashboard): Indentation

parent 465ba5a5
No related branches found
No related tags found
No related merge requests found
......@@ -278,8 +278,8 @@ spec:
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
fieldRef:
fieldPath: metadata.namespace
volumeMounts:
# Create on-disk volume to store exec logs
- mountPath: /tmp
......@@ -334,8 +334,8 @@ spec:
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
fieldRef:
fieldPath: metadata.namespace
ports:
- containerPort: 8000
name: web
......@@ -397,8 +397,8 @@ spec:
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
fieldRef:
fieldPath: metadata.namespace
livenessProbe:
httpGet:
scheme: HTTP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment