Skip to content

Commit

Permalink
Chart Update [main] (#1179)
Browse files Browse the repository at this point in the history
* [create-pull-request] automated change

Signed-off-by: GitHub <noreply@github.com>

* revert namespace changes

Signed-off-by: dislbenn <dbennett@redhat.com>

---------

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: dislbenn <dbennett@redhat.com>
Co-authored-by: dislbenn <dislbenn@users.noreply.github.com>
Co-authored-by: dislbenn <dbennett@redhat.com>
  • Loading branch information
3 people authored Jan 10, 2025
1 parent c07f99c commit e62879e
Show file tree
Hide file tree
Showing 31 changed files with 12,974 additions and 12,601 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
containers:
- args:
- --leader-elect
- --feature-gates=ROSA=true,EKS=true,EKSEnableIAM=true,EKSAllowAddRoles=true,EKSFargate=true,TagUnmanagedNetworkResources=true,AutoControllerIdentityCreator=true,MachinePool=true,EventBridgeInstanceState=false,BootstrapFormatIgnition=false,ExternalResourceGC=false,AlternativeGCStrategy=false
- --feature-gates=EKS=true,EKSEnableIAM=true,EKSAllowAddRoles=true,EKSFargate=true,MachinePool=true,EventBridgeInstanceState=false,AutoControllerIdentityCreator=true,BootstrapFormatIgnition=false,ExternalResourceGC=false,AlternativeGCStrategy=false,TagUnmanagedNetworkResources=true,ROSA=true
- --v=0
- --diagnostics-address=:8443
- --insecure-diagnostics=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
apiVersion: v1
kind: Namespace
metadata:
annotations:
openshift.io/sa.scc.mcs: s0:c26,c0
openshift.io/sa.scc.supplemental-groups: 1000/10000
openshift.io/sa.scc.uid-range: 65500/10000
labels:
cluster.x-k8s.io/provider: infrastructure-aws
name: capa-system

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

# Source: cluster-api/templates/roles.yaml
# Source: cluster-api/templates/rbac.authorization.k8s.io_v1_clusterrole_capi-aggregated-manager-role.yaml
aggregationRule:
clusterRoleSelectors:
- matchLabels:
cluster.x-k8s.io/aggregate-to-manager: "true"
- matchLabels:
cluster.x-k8s.io/aggregate-to-manager: "true"
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Source: cluster-api/templates/roles.yaml
# Source: cluster-api/templates/rbac.authorization.k8s.io_v1_role_capi-leader-election-role.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
Expand All @@ -8,21 +8,21 @@ metadata:
name: capi-leader-election-role
namespace: {{ default "capi-system" .Values.global.namespace }}
rules:
- apiGroups:
- ""
resources:
- events
verbs:
- create
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- events
verbs:
- create
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Source: cluster-api/templates/roles.yaml
# Source: cluster-api/templates/rbac.authorization.k8s.io_v1_rolebinding_capi-leader-election-rolebinding.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
Expand All @@ -12,6 +12,6 @@ roleRef:
kind: Role
name: capi-leader-election-role
subjects:
- kind: ServiceAccount
name: capi-manager
namespace: {{ default "capi-system" .Values.global.namespace }}
- kind: ServiceAccount
name: capi-manager
namespace: {{ default "capi-system" .Values.global.namespace }}
Loading

0 comments on commit e62879e

Please sign in to comment.