Skip to content

Commit 623722d

Browse files
committed
zero-234: Update secret name to reflect recent changes
https://app.zenhub.com/workspaces/commit-zero-5da8decc7046a60001c6db44/issues/commitdev/zero/234 zero-aws-eks-stack sets the secrets with key names of: - keypair_id - private_key 'private_key' used to be set as 'keypair_secret'; this commit updates zero-deployable-node-backend to be compatible
1 parent 2ad8631 commit 623722d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/kubernetes/base/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
valueFrom:
6767
secretKeyRef:
6868
name: cf-keypair
69-
key: secret_key
69+
key: private_key
7070
---
7171
apiVersion: autoscaling/v1
7272
kind: HorizontalPodAutoscaler

0 commit comments

Comments
 (0)