Skip to content

Commit 76a9652

Browse files
committed
zero-234 Image Hosting Support
https://app.zenhub.com/workspaces/commit-zero-5da8decc7046a60001c6db44/issues/commitdev/zero/234 Kubernetes resources can't have underscores in their names. Update deployment.yml to refer to k8s names with dashes instead of underscores.
1 parent 61e4625 commit 76a9652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/kubernetes/base/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ spec:
6060
- name: CF_KEYPAIR_ID
6161
valueFrom:
6262
secretKeyRef:
63-
name: cf_keypair
63+
name: cf-keypair
6464
key: keypair_id
6565
- name: CF_KEYPAIR_SECRET_KEY
6666
valueFrom:
6767
secretKeyRef:
68-
name: cf_keypair
68+
name: cf-keypair
6969
key: secret_key
7070
---
7171
apiVersion: autoscaling/v1

0 commit comments

Comments
 (0)