Skip to content

Commit e60952e

Browse files
Update proposal - remove redundancy, mention about controller-runtime, setCanaryScale
Signed-off-by: phraajes <hariharasuthan.raajeshwar@amadeus.com>
1 parent 7d7e1b3 commit e60952e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/proposals/resource-plugin.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -549,11 +549,11 @@ metadata:
549549
spec:
550550
workloadRef:
551551
apiVersion: apps/v1
552-
kind: ReplicaSet
552+
kind: Deployment
553553
name: canary-app
554554
555555
plugin:
556-
name: replicaset
556+
name: Deployment
557557
verify: true
558558
sha256: "abc123..."
559559
url: "https://example.com/plugins/replicaset"
@@ -592,11 +592,11 @@ metadata:
592592
spec:
593593
workloadRef:
594594
apiVersion: apps/v1
595-
kind: ReplicaSet
595+
kind: Deployment
596596
name: bluegreen-app
597597
598598
plugin:
599-
name: replicaset
599+
name: Deployment
600600
verify: true
601601
sha256: "abc123..."
602602
url: "https://example.com/plugins/replicaset"

0 commit comments

Comments
 (0)