Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/migrations/crd/v1alpha2.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ apiVersion: networking.cfargotunnel.com/v1alpha2
kind: ClusterTunnel
...
spec:
deployPatch: |
deployPatch: |
spec:
replicas: 2 # instead of size
template:
spec:
replicas: 2 # instead of size
template:
spec:
tolerations: ... # tolerations as before
nodeSelector: ... # nodeSelectors as before. Note the plural v/s singular
containers:
- name: cloudflared # Note the usage of cloudflared name to select the container to patch
image: ... # image as before
tolerations: ... # tolerations as before
nodeSelector: ... # nodeSelectors as before. Note the plural v/s singular
containers:
- name: cloudflared # Note the usage of cloudflared name to select the container to patch
image: ... # image as before
...
```
Loading