7 lines
141 B
Bash
Executable File
7 lines
141 B
Bash
Executable File
#!/bin/bash
|
|
|
|
kubectl create namespace veritas
|
|
kubectl apply -f deployment.yml
|
|
kubectl apply -f service.yml
|
|
kubectl apply -f statefulset.yaml
|