Fix ContainerNodePool resource (#3307)

Co-authored-by: Mihai Plasoianu <m.plasoianu@gastromatic.de>
This commit is contained in:
Mihai Plasoianu 2023-06-29 01:32:54 +02:00 committed by GitHub
parent ecbccaa296
commit 691a2cfe97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ spec:
autoUpgrade: true
clusterRef:
name: KF_NAME # kpt-set: ${name}
namespace: KF_PROJECT # kpt-set: ${name}
namespace: KF_PROJECT # kpt-set: ${gcloud.core.project}
```