Fix docs build due to an invalid link (#4389)
This commit is contained in:
parent
f93bcfbc24
commit
041a8457aa
3 changed files with 4 additions and 4 deletions
|
|
@ -15,9 +15,9 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/mast
|
|||
```
|
||||
|
||||
Now that the pod security policy is applied, we can continue as usual by applying the
|
||||
[mandatory.yaml](../../../deploy/static/mandatory.yaml)
|
||||
[mandatory.yaml](https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/mandatory.yaml)
|
||||
according to the [Installation Guide](../../deploy/index.md).
|
||||
|
||||
Note: PSP permissions must be granted before to the creation of the Deployment and the ReplicaSet.
|
||||
If the Deployment or ReplicaSet already exist, they will receive the PSP permissions
|
||||
only after deleting them and reapplying mandatory.yaml.
|
||||
only after deleting them and reapplying mandatory.yaml.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue