2024-05-28 05:17:49 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
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
|