mirror of https://github.com/knative/docs.git
Fix syntax error in custom-certs example (#1978)
The secret field should be a map, not a string
This commit is contained in:
parent
6178ad5361
commit
cea5f75839
|
|
@ -45,7 +45,8 @@ spec:
|
||||||
value: /path/to/custom/certs
|
value: /path/to/custom/certs
|
||||||
volumes:
|
volumes:
|
||||||
- name: custom-certs
|
- name: custom-certs
|
||||||
secret: custom-certs
|
secret:
|
||||||
|
secretName: custom-certs
|
||||||
```
|
```
|
||||||
|
|
||||||
## Corporate Proxy
|
## Corporate Proxy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue