Fix syntax error in custom-certs example (#1978)

The secret field should be a map, not a string
This commit is contained in:
Jim Crossley 2019-11-12 11:51:23 -05:00 committed by Knative Prow Robot
parent 6178ad5361
commit cea5f75839
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ spec:
value: /path/to/custom/certs
volumes:
- name: custom-certs
secret: custom-certs
secret:
secretName: custom-certs
```
## Corporate Proxy