Set API version to v1beta1 in docs examples

This commit is contained in:
stefanprodan
2020-02-28 18:20:57 +02:00
parent 5aa9dd154c
commit 98ecae93e1
15 changed files with 31 additions and 30 deletions
@@ -44,7 +44,7 @@ kubectl apply -k github.com/weaveworks/flagger//kustomize/podinfo
Create a canary custom resource for the podinfo deployment:
```yaml
apiVersion: flagger.app/v1alpha3
apiVersion: flagger.app/v1beta1
kind: Canary
metadata:
name: podinfo
@@ -366,7 +366,7 @@ Besides weighted routing, Flagger can be configured to route traffic to the cana
Edit podinfo canary analysis, set the provider to `nginx`, add the ingress reference, remove the max/step weight and add the match conditions and iterations:
```yaml
apiVersion: flagger.app/v1alpha3
apiVersion: flagger.app/v1beta1
kind: Canary
metadata:
name: podinfo