diff --git a/.gitignore b/.gitignore index f530fbf..1148bdd 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ coverage.xml htmlcov/ # VSCode lol .vscode +out/ \ No newline at end of file diff --git a/cluster.toml b/cluster.toml index 003f683..c9d9c1b 100644 --- a/cluster.toml +++ b/cluster.toml @@ -7,7 +7,7 @@ provider = "vault" kvstore = "kvv1" [ci] -webhook_url="https://ocf.io/wtf" +webhook_url = "https://hozer-81.ocf.berkeley.edu/github" [modules.argocd] path = "apps/argocd.py" @@ -47,4 +47,3 @@ path = "apps/vault.py" [modules.vault-secrets-operator] path = "apps/vault_secrets_operator.py" -