fp/packages/scripts/k8s-namespaces.sh

7 lines
236 B
Bash
Raw Permalink Normal View History

2025-01-11 13:26:38 +00:00
#!/bin/bash
kubectl create namespace cert-manager
kubectl create namespace futureporn
kubectl create namespace velero
exit 0 # important to keep the Makefile chain going even if namespaces already existed and kubectl returned non-zero