Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions helm/aws-auth/values.yaml

This file was deleted.

File renamed without changes.
15 changes: 15 additions & 0 deletions operations/deployment/helm/aws-auth/example.bitops.config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
helm:
cli:
namespace: kube-system
timeout: 200s
debug: true
atomic: false
force: false
dry-run: false
options:
release-name: aws-auth
skip-deploy: false
k8s:
fetch:
kubeconfig: true
cluster-name: prod-ekscluster
21 changes: 21 additions & 0 deletions operations/deployment/helm/aws-auth/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
configmap:
enabled: true
name: aws-auth
data:

# account number
mapAccounts: |
- "000000000000"

# add eksworkers to nodes and bootstrappers
# ensure accounts match
# add sso and other users to masters as necessry
mapRoles: |
- "groups":
- "system:bootstrappers"
- "system:nodes"
"rolearn": "arn:aws:iam::000000000000:role/prod-eksworker"
"username": "system:node:{{EC2PrivateDNSName}}"
- "groups":
- "system:masters"
"rolearn": "arn:aws:iam::000000000000:role/AWSReservedSSO_AdministratorAccess_11111111111"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.