Skip to content

Commit 2ad8631

Browse files
authored
Merge pull request #2 from commitdev/cleanup
Cleanup
2 parents d437068 + 76a9652 commit 2ad8631

File tree

4 files changed

+3
-135
lines changed

4 files changed

+3
-135
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

templates/database/database.go

Lines changed: 0 additions & 70 deletions
This file was deleted.

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

zero-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: zero-deployable-backend
1+
name: zero-deployable-node-backend
22
description: 'zero module for a basic backend service running in kubernetes'
33
author: 'Commit'
44

0 commit comments

Comments
 (0)