From fe10875296cef30f55cc4e5e5f39c2f6fb7434e0 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Thu, 9 Feb 2023 21:19:46 +0100 Subject: [PATCH] fmt --- kube/ubuntu-debugger.yaml | 16 ++++++++-------- scripts/README.md | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/kube/ubuntu-debugger.yaml b/kube/ubuntu-debugger.yaml index a0344b8..97884d9 100644 --- a/kube/ubuntu-debugger.yaml +++ b/kube/ubuntu-debugger.yaml @@ -6,11 +6,11 @@ metadata: name: ubuntu-debugger spec: containers: - - name: ubuntu-debugger - image: docker.io/ubuntu:latest - resources: - limits: - memory: "128Mi" - cpu: "500m" - command: [ "/bin/bash", "-c", "--" ] - args: [ "while true; do sleep 30; done;" ] + - name: ubuntu-debugger + image: docker.io/ubuntu:latest + resources: + limits: + memory: "128Mi" + cpu: "500m" + command: ["/bin/bash", "-c", "--"] + args: ["while true; do sleep 30; done;"] diff --git a/scripts/README.md b/scripts/README.md index bb93895..07977d6 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -4,7 +4,7 @@ - Install docker - Install minikube (https://minikube.sigs.k8s.io/docs/start/) -- Install helm +- Install helm (https://helm.sh/docs/intro/install/) - Run `setup-env.sh` ## Start minikube @@ -16,7 +16,7 @@ ## Install cert-manager `./scripts/cert-manager.sh` - +i ## Apply configs First, apply all the configs in `./kube` directly. Only apply `server-ingress.yaml`, not `local-ingress.yaml`!