Skip to content

Commit 4448fa3

Browse files
Cleanup: Fix link to profile script in README.md
1 parent 179e5f0 commit 4448fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ spec:
325325
#### Converting an existing profile
326326

327327
If you have an existing profile defined as a `.opf` file you can generate a new
328-
ConfigMap definition from this using the [`scripts/profile_to_configmap.sh`](scripts/profile_to_configmap.sh)
328+
ConfigMap definition from this using the [`scripts/profiles/profile_to_configmap.sh`](scripts/profiles/profile_to_configmap.sh)
329329
script.
330330

331331
`profile_to_configmap.sh` takes in a comma separated list of profiles and will
@@ -334,7 +334,7 @@ sent straight to the cluster. To apply the generated ConfigMap straight away
334334
run:
335335

336336
```sh
337-
./scripts/profile_to_configmap.sh -p /path/to/profile.opf | kubectl apply -f -
337+
./scripts/profiles/profile_to_configmap.sh -p /path/to/profile.opf | kubectl apply -f -
338338
```
339339

340340
Currently the script produces ConfigMaps with a fixed naming structure,

0 commit comments

Comments
 (0)