Skip to content

Commit

Permalink
add cert-manager and certmanager ns
Browse files Browse the repository at this point in the history
  • Loading branch information
frnckdlprt committed Oct 17, 2023
1 parent 854f67d commit 001e835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_postmortem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ $KUBECTL get pods --all-namespaces 2>/dev/null | egrep -q "metrics-server|opensh
OUTPUT_METRICS=$?

#Namespaces
for NAMESPACE_OPTIONS in "rook-ceph" "rook-ceph-system" "ibm-common-services" "openshift-marketplace" "openshift-operators" "openshift-operator-lifecycle-manager" ;
for NAMESPACE_OPTIONS in "rook-ceph" "rook-ceph-system" "ibm-common-services" "openshift-marketplace" "openshift-operators" "openshift-operator-lifecycle-manager" "cert-manager" "certmanager" ;
do
$KUBECTL get ns 2>/dev/null | grep -q "$NAMESPACE_OPTIONS"
if [[ $? -eq 0 && $SPECIFIC_NAMESPACES -ne 1 ]]; then
Expand Down

0 comments on commit 001e835

Please sign in to comment.