Skip to content

Commit

Permalink
revoke exposed secret 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Dec 9, 2023
1 parent f37710f commit 06a75af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kubeconfig.yaml
2 changes: 1 addition & 1 deletion bot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const createKubernetesResources = async (
},
spec: {
runtimeClassName: "sysbox-runc",
hostname: `tag-${id}`,
hostname: `tag${id}`,
dnsPolicy: "None",
dnsConfig: {
nameservers: ["1.1.1.1"],
Expand Down
19 changes: 0 additions & 19 deletions kubeconfig.yaml

This file was deleted.

0 comments on commit 06a75af

Please sign in to comment.