Skip to content

Commit

Permalink
Update apiVersion in documentation descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
pyaillet authored and traefiker committed Oct 9, 2019
1 parent 1663c7c commit b552efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/user-guides/crd-acme/03-deployments.yml
Expand Up @@ -6,7 +6,7 @@ metadata:

---
kind: Deployment
apiVersion: extensions/v1beta1
apiVersion: apps/v1
metadata:
namespace: default
name: traefik
Expand Down Expand Up @@ -49,7 +49,7 @@ spec:

---
kind: Deployment
apiVersion: extensions/v1beta1
apiVersion: apps/v1
metadata:
namespace: default
name: whoami
Expand Down

0 comments on commit b552efe

Please sign in to comment.