Skip to content

Commit 5e5b649

Browse files
Per Goncalves da Silvaperdasilva
authored andcommitted
update generated bundle manifests
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
1 parent fbd7b5e commit 5e5b649

5 files changed

+14
-3
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1
22
kind: ClusterRole
33
metadata:
44
creationTimestamp: null
5-
name: argocd-operator.v0-22gmilmgp91wu25is5i2ec598hni8owq3l71bbkl7iz3
5+
name: argocd-operator.v0.-3gkm3u8zfarktdile5wekso69zs9bgzb988mhjm0y6p
66
rules:
77
- apiGroups:
88
- ""
@@ -35,3 +35,11 @@ rules:
3535
verbs:
3636
- create
3737
- patch
38+
- apiGroups:
39+
- ""
40+
resources:
41+
- namespaces
42+
verbs:
43+
- get
44+
- list
45+
- watch
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: rbac.authorization.k8s.io/v1
22
kind: ClusterRoleBinding
33
metadata:
44
creationTimestamp: null
5-
name: argocd-operator.v0-22gmilmgp91wu25is5i2ec598hni8owq3l71bbkl7iz3
5+
name: argocd-operator.v0.-3gkm3u8zfarktdile5wekso69zs9bgzb988mhjm0y6p
66
roleRef:
77
apiGroup: rbac.authorization.k8s.io
88
kind: ClusterRole
9-
name: argocd-operator.v0-22gmilmgp91wu25is5i2ec598hni8owq3l71bbkl7iz3
9+
name: argocd-operator.v0.-3gkm3u8zfarktdile5wekso69zs9bgzb988mhjm0y6p
1010
subjects:
1111
- kind: ServiceAccount
1212
name: argocd-operator-controller-manager

test/convert/expected-manifests/argocd-operator.v0.6.0/all-namespaces/11_deployment_argocd-operator-controller-manager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
namespace: argocd-system
77
spec:
88
replicas: 1
9+
revisionHistoryLimit: 1
910
selector:
1011
matchLabels:
1112
control-plane: controller-manager

test/convert/expected-manifests/argocd-operator.v0.6.0/own-namespace/09_deployment_argocd-operator-controller-manager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
namespace: argocd-system
77
spec:
88
replicas: 1
9+
revisionHistoryLimit: 1
910
selector:
1011
matchLabels:
1112
control-plane: controller-manager

test/convert/expected-manifests/argocd-operator.v0.6.0/single-namespace/09_deployment_argocd-operator-controller-manager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
namespace: argocd-system
77
spec:
88
replicas: 1
9+
revisionHistoryLimit: 1
910
selector:
1011
matchLabels:
1112
control-plane: controller-manager

0 commit comments

Comments
 (0)