Not literal

This commit is contained in:
kiloreux 2018-01-11 12:24:40 +01:00
parent bf1b270797
commit 25c1b78e9d
No known key found for this signature in database
GPG Key ID: 8B81EA3FA91EB758
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ spec:
nfs:
server: NFS_SERVER_IP
path: "/tusd"
---
kind: PersistentVolumeClaim
apiVersion: v1

View File

@ -30,7 +30,7 @@ kubectl config set-credentials travis --token=$SA_TOKEN
kubectl config set-context travis --cluster=$CLUSTER_NAME --user=travis --namespace=tus
kubectl config use-context travis
sed -i 's#NFS_SERVER_IP#${NFS_SERVER_IP}#' ./.infra/kube/*.yaml
sed -i "s#NFS_SERVER_IP#${NFS_SERVER_IP}#" ./.infra/kube/*.yaml
kubectl apply --validate=false -f "${__root}/.infra/kube/tusd-kube.yaml"