Skip to content

Commit 3bfc2b6

Browse files
committed
Update Readme
1 parent 451ab3f commit 3bfc2b6

File tree

1 file changed

+38
-11
lines changed

1 file changed

+38
-11
lines changed

README.md

+38-11
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ However when upgrading to 4.x versions from 3.x or earlier, the following must b
1313

1414
### 4.x upgrade
1515

16-
The following must be run to ensure that all the Rundeck files are owned by the correct uid/gid.
16+
The following must be run to ensure that all the Rundeck files are owned by the correct UID/GID.
1717

1818
```
1919
find . -uid 102 -exec chown --no-dereference 103 {} \;
@@ -52,6 +52,13 @@ rundeck_tokens:
5252
- user: apiadmin
5353
token: somerandomstring
5454
role: admin
55+
56+
rundeck_triggers_registry_rules:
57+
- rule:
58+
name: ^myrepo/myapp$
59+
tag: ^develop-.*$
60+
actions:
61+
- rundeck MyProject appDeployAll app_group=my-app dryrun=false "image_tag=${image_tag}"
5562
```
5663

5764
The global config (`/etc/rundeck`) directory is intended to be managed by the config options above and not editable at runtime.
@@ -116,43 +123,63 @@ The directory structure looks like:
116123
├── argo-3.4
117124
│   └── bin
118125
│   └── argo
126+
├── argo-3.5
127+
│   └── bin
128+
│   └── argo
129+
├── argo-3.6
130+
│   └── bin
131+
│   └── argo
119132
├── bin
133+
│   ├── crane
134+
│   ├── h2-2.1.210.jar
135+
│   ├── h2-shell.sh
120136
│   ├── lego
121-
│   └── sops
137+
│   ├── oras
138+
│   ├── sops
139+
│   └── yq
122140
├── helm-3.10
123141
│   └── bin
124142
│   └── helm
125143
├── helm-3.11
126144
│   └── bin
127145
│   └── helm
128-
├── helm-3.6
146+
├── helm-3.12
147+
│   └── bin
148+
│   └── helm
149+
├── helm-3.13
129150
│   └── bin
130151
│   └── helm
131-
├── helm-3.7
152+
├── helm-3.14
132153
│   └── bin
133154
│   └── helm
134-
├── helm-3.8
155+
├── helm-3.15
156+
│   └── bin
157+
│   └── helm
158+
├── helm-3.16
135159
│   └── bin
136160
│   └── helm
137161
├── helm-3.9
138162
│   └── bin
139163
│   └── helm
140-
├── kubectl-1.21
164+
├── kubectl-1.25
141165
│   └── bin
142166
│   └── kubectl
143-
├── kubectl-1.22
167+
├── kubectl-1.26
144168
│   └── bin
145169
│   └── kubectl
146-
├── kubectl-1.23
170+
├── kubectl-1.27
147171
│   └── bin
148172
│   └── kubectl
149-
├── kubectl-1.24
173+
├── kubectl-1.28
150174
│   └── bin
151175
│   └── kubectl
152-
├── kubectl-1.25
176+
├── kubectl-1.29
153177
│   └── bin
154178
│   └── kubectl
155-
├── kubectl-1.26
179+
├── kubectl-1.30
180+
│   └── bin
181+
│   └── kubectl
182+
├── kubectl-1.31
156183
│   └── bin
157184
│   └── kubectl
158185
└── rundeck-plugins

0 commit comments

Comments
 (0)