ansible-role-k8s-storage/templates/local-path/local-path-namespace.yml.j2
Adrien Reslinger d97acb68b0
All checks were successful
continuous-integration/drone/push Build is passing
Big update af the role
2022-03-03 12:06:46 +01:00

5 lines
89 B
Django/Jinja

---
apiVersion: v1
kind: Namespace
metadata:
name: "{{ storage_localpath.namespace }}"