5 lines
40 B
Bash
5 lines
40 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
kubectl apply -f example*
|
||
|
|