You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/aws-auth-operator/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,24 +9,24 @@ Kubernetes operator to declaratively manage the EKS aws-auth configmap
9
9
| Key | Type | Default | Description |
10
10
|-----|------|---------|-------------|
11
11
| affinity | object |`{}`| Affinity for pod assignment |
12
-
| configMapName | string |`"aws-auth-test"`| ConfigMap for MapAccount, MapUser, MapRoles in kube-system ns, aws-auth bu default |
12
+
| configMapName | string |`"aws-auth"`| ConfigMap for MapAccount, MapUser, MapRoles in kube-system ns, aws-auth bu default |
13
13
| controllerArguments | list |`["--zap-devel=true","--zap-encoder=console","--zap-log-level=info","--zap-time-encoding=iso8601","--zap-stacktrace-level=panic"]`| Other commandline controller arguments |
14
-
| crdCreationAllowedNS | string |`"kube-system"`| Allow creating crds only on this ns, if blank allowing in any ns |
14
+
| crdCreationAllowedNS | string |`""`| Allow creating crds only on this ns, if blank allowing in any ns |
15
15
| fullnameOverride | string |`""`| Override the `fullname` of the chart |
| podSecurityContext | object |`{"runAsNonRoot":true,"seccompProfile":{"type":"RuntimeDefault"}}`| Security context for the pod |
26
-
| reconcileTime | string |`"30m"`| Reconcile time in controller, recheck all crds, and recreate cm records if needed |
27
-
| replicaCount | int |`2`| Controller Pod replica count |
28
-
| resources | object |`{"limits":{"cpu":"100m","memory":"128Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}`| Resource requests and limits for the manager container |
29
-
| securityContext | object |`{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]}}`| Security context for the manager container |
25
+
| podSecurityContext | object |`{}`| Security context for the pod |
26
+
| reconcileTime | string |`"120m"`| Reconcile time in controller, recheck all crds, and recreate cm records if needed |
27
+
| replicaCount | int |`1`| Controller Pod replica count |
28
+
| resources | object |`{}`| Resource requests and limits for the manager container |
29
+
| securityContext | object |`{}`| Security context for the manager container |
0 commit comments