Initial commit from kro/examples/aws/eks-cluster-mgmt
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{{- range $key, $value := .Values.clusters }}
|
||||
---
|
||||
apiVersion: services.k8s.aws/v1alpha1
|
||||
kind: IAMRoleSelector
|
||||
metadata:
|
||||
name: {{ $key }}-namespace-config
|
||||
spec:
|
||||
arn: arn:aws:iam::{{ $value }}:role/ack
|
||||
namespaceSelector:
|
||||
names:
|
||||
- {{ $key }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user