VictoriaSexmer1
Mission Specialist
Mission Specialist
  • 158 Views

Configmaps

Jump to solution

How can you check the value inside a config map?

1 Solution

Accepted Solutions
Chetan_Tiwary_
Moderator
Moderator
  • 136 Views

You can use "oc get configmap <nameofcm> --output yaml "  or  with   "--output json "   or with   " oc describe configmap <nameofcm> "

View solution in original post

0 Kudos
1 Reply
Chetan_Tiwary_
Moderator
Moderator
  • 137 Views

You can use "oc get configmap <nameofcm> --output yaml "  or  with   "--output json "   or with   " oc describe configmap <nameofcm> "

0 Kudos
Join the discussion
You must log in to join this conversation.