From 28f0be222321b6ec43b6dba28bab3b5ad85181bf Mon Sep 17 00:00:00 2001 From: Oliver Ni Date: Tue, 1 Nov 2022 13:24:30 -0700 Subject: [PATCH] Update webhook config for CI --- .gitignore | 1 + cluster.toml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -