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
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM alpine:3.9
|
FROM alpine:3.10
|
||||||
|
|
||||||
RUN apk update && apk add --no-cache \
|
RUN apk update && apk add --no-cache \
|
||||||
bash \
|
bash \
|
||||||
|
|
|
@ -15,7 +15,7 @@ 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
|
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).
|
according to the [Installation Guide](../../deploy/index.md).
|
||||||
|
|
||||||
Note: PSP permissions must be granted before to the creation of the Deployment and the ReplicaSet.
|
Note: PSP permissions must be granted before to the creation of the Deployment and the ReplicaSet.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
mkdocs-material~=4.0.2
|
mkdocs-material~=4.4.0
|
||||||
mkdocs~=1.0.4
|
mkdocs~=1.0.4
|
||||||
pymdown-extensions~=6.0
|
pymdown-extensions~=6.0
|
||||||
pygments~=2.3.1
|
pygments~=2.3.1
|
||||||
|
|
Loading…
Reference in a new issue