Merge pull request #28 from hasheddan/pre1.19

Fix compositions from episode 19
This commit is contained in:
Daniel Mangum 2021-01-13 10:06:32 -06:00 committed by GitHub
commit f55e022f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -97,7 +97,7 @@ spec:
reclaimPolicy: Delete
writeConnectionSecretToRef:
name: cluster-conn
namespace: default
namespace: crossplane-system
patches:
- fromFieldPath: "metadata.labels"
toFieldPath: "metadata.labels"
@ -210,7 +210,7 @@ spec:
reclaimPolicy: Delete
writeConnectionSecretToRef:
name: temp
namespace: default
namespace: crossplane-system
patches:
- fromFieldPath: "metadata.labels"
toFieldPath: "metadata.labels"

View File

@ -45,6 +45,8 @@ spec:
initialNodeCount: 1
clusterSelector:
matchControllerRef: true
config:
machineType: n1-standard-4
reclaimPolicy: Delete
patches:
- fromFieldPath: "metadata.labels"