fix incorrect kubectl command in pleroma deployment
This commit is contained in:
parent
9e4dc20c75
commit
52d45274ba
1 changed files with 1 additions and 1 deletions
|
|
@ -88,5 +88,5 @@ steps:
|
||||||
- mkdir -p ~/.kube
|
- mkdir -p ~/.kube
|
||||||
- echo $KUBECONFIG_BASE64 | base64 -d > ~/.kube/config
|
- echo $KUBECONFIG_BASE64 | base64 -d > ~/.kube/config
|
||||||
- pwd
|
- pwd
|
||||||
- kubectl -Rf manifests/pleroma
|
- kubectl apply -Rf manifests/pleroma
|
||||||
- envsubst < manifests/pleroma/deployment.yaml.template | kubectl apply -f -
|
- envsubst < manifests/pleroma/deployment.yaml.template | kubectl apply -f -
|
||||||
Loading…
Add table
Add a link
Reference in a new issue