software-infrastructure/kubernetes_namespaces.yml
2024-07-08 12:26:06 -04:00

14 lines
293 B
YAML

---
- name: Deploy production and testing namespaces
hosts: alpha-control-plane
become: true
tasks:
- name: Delete default namespace
k8s:
state: absent
definition:
apiVersion: v1
kind: Namespace
metadata:
name: default