Not literal
This commit is contained in:
parent
bf1b270797
commit
25c1b78e9d
|
@ -11,7 +11,6 @@ spec:
|
||||||
nfs:
|
nfs:
|
||||||
server: NFS_SERVER_IP
|
server: NFS_SERVER_IP
|
||||||
path: "/tusd"
|
path: "/tusd"
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|
|
@ -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 set-context travis --cluster=$CLUSTER_NAME --user=travis --namespace=tus
|
||||||
kubectl config use-context travis
|
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"
|
kubectl apply --validate=false -f "${__root}/.infra/kube/tusd-kube.yaml"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue