8 lines
123 B
Bash
8 lines
123 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
. ./manifests/bin/staging.sh
|
||
|
|
||
|
kapply common/delegation.yaml
|
||
|
|
||
|
kubectl rollout restart deployment delegation
|