File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ spec:
325325# ### Converting an existing profile
326326
327327If 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)
329329script.
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
334334run :
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
340340Currently the script produces ConfigMaps with a fixed naming structure,
You can’t perform that action at this time.
0 commit comments