mount
This commit is contained in:
parent
f99b669e76
commit
46b9a80a76
1 changed files with 4 additions and 0 deletions
|
|
@ -41,3 +41,7 @@ echo
|
|||
echo "Next steps:"
|
||||
echo "- kubectl get pods -n $NAMESPACE"
|
||||
echo "- kubectl get runners"
|
||||
|
||||
kubectl get secret aws-secrets -n default -o yaml \
|
||||
| sed 's/namespace: default/namespace: arc-systems/' \
|
||||
| kubectl apply -f -
|
||||
Loading…
Add table
Reference in a new issue