Fix indentation of placement value overrides in compute-kit script

Change-Id: Icc58b4399c45400bbc9ad6553ece43c9600e351a
This commit is contained in:
josebb 2022-08-10 08:59:19 +03:00 committed by Gage Hugo
parent ced30abead
commit 41cf532623
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ make placement
tee /tmp/placement.yaml << EOF
pod:
replicas:
api: 2
replicas:
api: 2
EOF
# Deploy
helm upgrade --install placement ./placement \