fp/scripts/k8s-namespaces.sh

9 lines
249 B
Bash
Raw Normal View History

2024-05-28 05:17:49 +00:00
#!/bin/bash
source .env
kubectl create namespace cert-manager
kubectl create namespace futureporn
2024-06-18 02:21:08 +00:00
kubectl create namespace velero
exit 0 # important to keep the Makefile chain going even if namespaces already existed and kubectl returned non-zero