We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4d0d0 commit f506527Copy full SHA for f506527
bin/tls-include.sh
@@ -270,7 +270,7 @@ function tls_cert_expired() {
270
# Return 1: TLS cert is not managed by V4M
271
function tls_cert_managed_by_v4m() {
272
namespace="$1"
273
- secretName="$3"
+ secretName="$2"
274
275
if [[ "$(kubectl get secret -n "$namespace" "$secretName" --show-labels)" == *"managed-by=v4m"* ]]; then
276
log_debug "TLS Certs are managed by SAS Viya Monitoring"
0 commit comments