Skip to content

Commit cc7f9f7

Browse files
Update examples/providerconfig/secret.yaml.tmpl
Add endpoint and port to secret template.
1 parent 1e3d235 commit cc7f9f7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/providerconfig/secret.yaml.tmpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ stringData:
88
credentials: |
99
{
1010
"username": "admin",
11-
"password": "t0ps3cr3t11"
11+
"password": "t0ps3cr3t11",
12+
"endpoint": "my.endpoint.com",
13+
"port": 9440
1214
}

0 commit comments

Comments
 (0)