Skip to content

Commit e35c459

Browse files
committed
fix rest script path in helm docs
1 parent 189d1e1 commit e35c459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/helm-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ___This script should not be used in a production environment (since self-signed
4646

4747
The script takes the subject alternative names that should be added to the certificate - i.e. the list of hostnames that clients can use to access the external REST interface. In this example, the output is directly appended to the user's custom YAML configuration:
4848
```
49-
kubernetes/generate-external-weblogic-operator-certificate.sh "DNS:${HOSTNAME},DNS:localhost,IP:127.0.0.1" >> custom-values.yaml
49+
kubernetes/samples/scripts/rest/generate-external-rest-identity.sh "DNS:${HOSTNAME},DNS:localhost,IP:127.0.0.1" >> custom-values.yaml
5050
```
5151

5252
## Optional: ELK (Elasticsearch, Logstash and Kibana) integration

0 commit comments

Comments
 (0)