Versions Compared

Key

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

...


>kubectl create configmap  policymanagementservice-configmap-config --from-file=./config --dry-run=client -n nonrtric -o yaml | sudo kubectl apply -f -

The three files file be placed in the configuration directory for the service. A POD restart is needed for the changes to take effect.

...