Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A configmap can updated in several ways this is an example where the file application_configuration.json  is stored in a local file in a directory named ./config:

Code Block
languagebash
A configmap can updated in several ways this is an example where the file application_configuration.json  is stored in a local file in a directory named ./config:sudo kubectl create configmap  policymanagementservice-configmap-data --from-file=./config --dry-run=client -n nonrtric -o yaml | sudo kubectl apply -f -

...

Code Block
languagebash
kubectl create configmap  dmaapadapterservice-configmap-data --from-file=./config --dry-run=client -n nonrtric -o yaml | sudo kubectl apply -f -

...