Skip to content

Commit

Permalink
fix: github privatekey var
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Jan 7, 2025
1 parent ce59515 commit 5612222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ github:
# (REQUIRED) GitHub repository URL
# For a public repo use the 'https://' URL (e.g. "https://github.com/onedr0p/cluster-template.git")
# For a private repo use the 'ssh://' URL (e.g. "ssh://[email protected]/onedr0p/cluster-template.git")
# If using a private repo make sure to following the instructions with the 'github_private_key' option below.
# If using a private repo make sure to following the instructions with the 'github.private_key' option below.
address: ""
# (REQUIRED) GitHub repository branch
branch: "main"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#% if github_private_key %#
#% if github.private_key %#
---
apiVersion: v1
kind: Secret
Expand All @@ -8,7 +8,7 @@ metadata:
stringData:
identity: |
#% filter indent(width=4, first=False) %#
#{ github_private_key }#
#{ github.private_key }#
#%- endfilter %#
known_hosts: |
github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl
Expand Down

0 comments on commit 5612222

Please sign in to comment.