Closed troudbal closed 2 years ago
The dollar sign should be escaped on this line https://github.com/peterducai/openshift-etcd-suite/blob/2592de190d85abb2d47c61328bc13928e08ecd07/etcd.sh#L54 otherwise the shown awk command is incorrect:
... List secrets per namespace: > oc get secrets -A --no-headers | awk '{ns[]++}END{for (i in ns) print i,ns[i]}' ...
fixed in 54ab485
The dollar sign should be escaped on this line https://github.com/peterducai/openshift-etcd-suite/blob/2592de190d85abb2d47c61328bc13928e08ecd07/etcd.sh#L54 otherwise the shown awk command is incorrect: