fix envsubst
This commit is contained in:
@@ -30,10 +30,11 @@ pods:
|
|||||||
name: ubuntu:18.04
|
name: ubuntu:18.04
|
||||||
entrypoint: [""]
|
entrypoint: [""]
|
||||||
script:
|
script:
|
||||||
- apt -qq update && apt -qq install -y curl gettext
|
- apt -q update && apt -q install -y curl gettext
|
||||||
- curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl
|
- curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl
|
||||||
- chmod +x ./kubectl
|
- chmod +x ./kubectl
|
||||||
- ls -lah
|
- ls -lah k8s/
|
||||||
|
- cat k8s/deploy.yaml
|
||||||
- envsubst < k8s/deploy.yaml > k8s/deploy.yaml
|
- envsubst < k8s/deploy.yaml > k8s/deploy.yaml
|
||||||
- cat k8s/deploy.yaml
|
- cat k8s/deploy.yaml
|
||||||
- ./kubectl apply -f k8s/
|
- ./kubectl apply -f k8s/
|
||||||
Reference in New Issue
Block a user