Skip to content

Commit c03d7c6

Browse files
authored
update (#298)
1 parent ce300d9 commit c03d7c6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

doc/deploy/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ or
9797
```
9898
### 2. Navigate to the Helm Deployment Directory.
9999
```
100-
cd multi-cluster-app-wrapper/deployment
100+
cd multi-cluster-app-dispatcher/deployment
101101
```
102102

103103
### 3. Run the installation using Helm.

doc/usage/examples/kuberay/config/xqueuejob-controller.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ metadata:
55
meta.helm.sh/release-name: mcad
66
meta.helm.sh/release-namespace: kube-system
77
rbac.authorization.kubernetes.io/autoupdate: "true"
8-
creationTimestamp: "2022-09-26T14:38:29Z"
98
labels:
109
app.kubernetes.io/managed-by: Helm
1110
kubernetes.io/bootstrapping: rbac-defaults
1211
name: system:controller:xqueuejob-controller
13-
resourceVersion: "516188"
14-
uid: cff865b6-db8f-4bf5-ae28-c281e5599b91
1512
rules:
1613
- apiGroups:
1714
- mcad.ibm.com
@@ -73,4 +70,4 @@ rules:
7370
- create
7471
- update
7572
- patch
76-
- delete
73+
- delete

0 commit comments

Comments
 (0)