Skip to content

Commit c3ea34f

Browse files
Update v1alpha2.md migration instructions (#174)
looks like the indenting for the yaml snippet was incorrect
1 parent 6f28048 commit c3ea34f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/migrations/crd/v1alpha2.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ apiVersion: networking.cfargotunnel.com/v1alpha2
1717
kind: ClusterTunnel
1818
...
1919
spec:
20-
deployPatch: |
20+
deployPatch: |
21+
spec:
22+
replicas: 2 # instead of size
23+
template:
2124
spec:
22-
replicas: 2 # instead of size
23-
template:
24-
spec:
25-
tolerations: ... # tolerations as before
26-
nodeSelector: ... # nodeSelectors as before. Note the plural v/s singular
27-
containers:
28-
- name: cloudflared # Note the usage of cloudflared name to select the container to patch
29-
image: ... # image as before
25+
tolerations: ... # tolerations as before
26+
nodeSelector: ... # nodeSelectors as before. Note the plural v/s singular
27+
containers:
28+
- name: cloudflared # Note the usage of cloudflared name to select the container to patch
29+
image: ... # image as before
3030
...
3131
```

0 commit comments

Comments
 (0)