Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
fix: Fix indent
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <gaoce@caicloud.io>
  • Loading branch information
gaocegege committed Jan 14, 2020
1 parent 765a91a commit 57a00d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/common/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ var initContainerTemplate = `
image: alpine:3.10
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 100m
memory: 10Mi
requests:
cpu: 10m
memory: 1Mi
limits:
cpu: 100m
memory: 10Mi
requests:
cpu: 10m
memory: 1Mi
command: ['sh', '-c', 'until nslookup {{.MasterAddr}}; do echo waiting for master; sleep 2; done;']`

func init() {
Expand Down

0 comments on commit 57a00d4

Please sign in to comment.