Initial commit from kro/examples/aws/eks-cluster-mgmt

This commit is contained in:
2026-04-21 09:55:53 -03:00
parent 0585444299
commit 7d11fd5889
66 changed files with 3667 additions and 0 deletions
@@ -0,0 +1,7 @@
{{- range $key, $value := .Values.clusters }}
---
apiVersion: v1
kind: Namespace
metadata:
name: {{ $key }}
{{- end }}