Skip to content

Commit

Permalink
Fix docs build due to an invalid link (#4389)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Aug 1, 2019
1 parent f93bcfb commit 041a845
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/mkdocs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.9
FROM alpine:3.10

RUN apk update && apk add --no-cache \
bash \
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/psp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs-material~=4.0.2
mkdocs-material~=4.4.0
mkdocs~=1.0.4
pymdown-extensions~=6.0
pygments~=2.3.1

0 comments on commit 041a845

Please sign in to comment.