Skip to content

Commit

Permalink
Add back and mark as deprecated arg
Browse files Browse the repository at this point in the history
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
  • Loading branch information
dttung2905 committed May 18, 2023
1 parent 7bd5101 commit 0cd9c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/docs/2.11/scalers/external-push.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ triggers:
metadata:
scalerAddress: external-scaler-service:8080
caCert : /path/to/tls/ca.pem
tlsCertFile: /path/to/tls/cert.pem # Deprecated. https://github.com/kedacore/keda/issues/4549
tlsClientCert: /path/to/tls/cert.pem
tlsClientKey: /path/to/tls/key.pem
unsafeSsl: false
Expand Down
1 change: 1 addition & 0 deletions content/docs/2.11/scalers/external.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ triggers:
metadata:
scalerAddress: external-scaler-service:8080
caCert : /path/to/tls/ca.pem
tlsCertFile: /path/to/tls/cert.pem # Deprecated. https://github.com/kedacore/keda/issues/4549
tlsClientCert: /path/to/tls/cert.pem
tlsClientKey: /path/to/tls/key.pem
unsafeSsl: false
Expand Down

0 comments on commit 0cd9c63

Please sign in to comment.