Skip to content

Commit

Permalink
[create-pull-request] automated change (#1178)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: openshift-merge-bot <[email protected]>
  • Loading branch information
github-actions[bot] and openshift-merge-bot authored Jan 7, 2025
1 parent ecf1942 commit 91865ce
Show file tree
Hide file tree
Showing 44 changed files with 18,397 additions and 17,169 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
containers:
- args:
- --leader-elect
- --feature-gates=EKS=true,EKSEnableIAM=true,EKSAllowAddRoles=true,EKSFargate=false,MachinePool=true,EventBridgeInstanceState=false,AutoControllerIdentityCreator=false,BootstrapFormatIgnition=false,ExternalResourceGC=false,AlternativeGCStrategy=false,TagUnmanagedNetworkResources=false,ROSA=true
- --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
- --v=0
- --diagnostics-address=:8443
- --insecure-diagnostics=false
Expand All @@ -65,6 +65,8 @@ spec:
{{- end }}
- name: AWS_SHARED_CREDENTIALS_FILE
value: /home/.aws/credentials
- name: OCM_TOKEN
value: ''
image: '{{ .Values.global.imageOverrides.ose_aws_cluster_api_controllers_rhel9 }}'
imagePullPolicy: '{{ .Values.global.pullPolicy }}'
livenessProbe:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Source: cluster-api-provider-aws/templates/roles.yaml
# Source: cluster-api-provider-aws/templates/rbac.authorization.k8s.io_v1_role_capa-leader-elect-role.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
Expand All @@ -8,41 +8,41 @@ metadata:
name: capa-leader-elect-role
namespace: capa-system
rules:
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- configmaps/status
verbs:
- get
- update
- patch
- apiGroups:
- ""
resources:
- events
verbs:
- create
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- configmaps/status
verbs:
- get
- update
- patch
- 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-provider-aws/templates/roles.yaml
# Source: cluster-api-provider-aws/templates/rbac.authorization.k8s.io_v1_rolebinding_capa-leader-elect-rolebinding.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
Expand All @@ -12,6 +12,6 @@ roleRef:
kind: Role
name: capa-leader-elect-role
subjects:
- kind: ServiceAccount
name: capa-controller-manager
namespace: capa-system
- kind: ServiceAccount
name: capa-controller-manager
namespace: capa-system
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Source: cluster-api-provider-aws/templates/roles.yaml
# Source: cluster-api-provider-aws/templates/v1_secret_capa-manager-bootstrap-credentials.yaml
apiVersion: v1
data:
credentials: ''
Expand Down
Loading

0 comments on commit 91865ce

Please sign in to comment.