Skip to content

Commit 7527116

Browse files
proubatsisgkwan-ibm
authored andcommitted
Remove misleading hotspots (#43)
1 parent 7fe082a commit 7527116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Create a ConfigMap to configure the greeting with the following `kubectl` comman
161161
kubectl create configmap greeting-config --from-literal message=Greetings...
162162
```
163163

164-
This command deploys a ConfigMap named [hotspot=26]`greeting-config` to your cluster. It has a key called [hotspot=27]`message` with a value of `Greetings...`. The `--from-literal` flag allows you to specify individual key-value pairs to store in this ConfigMap. Other available options, such as `--from-file` and `--from-env-file`, provide more versatility as to what you want to configure. Details about these options can be found in the https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#-em-configmap-em-[{kube} CLI documentation^].
164+
This command deploys a ConfigMap named `greeting-config` to your cluster. It has a key called `message` with a value of `Greetings...`. The `--from-literal` flag allows you to specify individual key-value pairs to store in this ConfigMap. Other available options, such as `--from-file` and `--from-env-file`, provide more versatility as to what you want to configure. Details about these options can be found in the https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#-em-configmap-em-[{kube} CLI documentation^].
165165

166166
Create a Secret to configure the credentials that `ping` will use to authenticate against `name` with the following `kubectl` command.
167167
[role='command']

0 commit comments

Comments
 (0)