This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # CloudProfile using legacy format (no capabilities) | |
| # This tests the old architecture-based image selection | |
| apiVersion: core.gardener.cloud/v1beta1 | |
| kind: CloudProfile | |
| metadata: | |
| name: gcp-legacy | |
| spec: | |
| type: gcp | |
| kubernetes: | |
| versions: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: core.gardener.cloud/v1beta1 | |
| kind: CloudProfile | |
| metadata: | |
| name: gcp-legacy | |
| spec: | |
| type: gcp | |
| kubernetes: | |
| versions: | |
| - version: "1.28.0" | |
| - version: "1.29.0" |
How to categorize this issue?