Skip to content

Commit 80e9e8e

Browse files
committed
Use old alias for deployment key.
Signed-off-by: Rodrigo Reis <[email protected]>
1 parent 2481ef7 commit 80e9e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ Resources:
883883
Resource: "*"
884884
Condition:
885885
StringLike:
886-
"kms:RequestAlias": "alias/deployment-secret"
886+
"kms:RequestAlias": "alias/{{.Cluster.LocalID}}-deployment-secret"
887887
{{- end }}
888888
- Action:
889889
- 'sts:AssumeRole'

0 commit comments

Comments
 (0)