Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bot webhooks #192

Merged
merged 1 commit into from
Sep 26, 2024
Merged

feat: bot webhooks #192

merged 1 commit into from
Sep 26, 2024

Conversation

danieldietzler
Copy link
Member

No description provided.

Copy link

--- kubernetes/apps/tools/discord-bot/app Kustomization: flux-system/discord-bot HelmRelease: tools/discord-bot

+++ kubernetes/apps/tools/discord-bot/app Kustomization: flux-system/discord-bot HelmRelease: tools/discord-bot

@@ -35,12 +35,16 @@

       main:
         containers:
           main:
             envFrom:
             - secretRef:
                 name: discord-bot
+            - secretRef:
+                name: github-webhook-bot
+            - secretRef:
+                name: zulip-bot
             - secretRef:
                 name: discord-bot-db-app
             image:
               pullPolicy: Always
               repository: ghcr.io/immich-app/discord-bot
               tag: main
--- kubernetes/apps/tools/discord-bot/app Kustomization: flux-system/discord-bot OnePasswordItem: tools/github-webhook-bot

+++ kubernetes/apps/tools/discord-bot/app Kustomization: flux-system/discord-bot OnePasswordItem: tools/github-webhook-bot

@@ -0,0 +1,13 @@

+---
+apiVersion: onepassword.com/v1
+kind: OnePasswordItem
+metadata:
+  labels:
+    app.kubernetes.io/name: discord-bot
+    kustomize.toolkit.fluxcd.io/name: discord-bot
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: github-webhook-bot
+  namespace: tools
+spec:
+  itemPath: vaults/Kubernetes/items/github-webhook-bot
+
--- kubernetes/apps/tools/discord-bot/app Kustomization: flux-system/discord-bot OnePasswordItem: tools/zulip-bot

+++ kubernetes/apps/tools/discord-bot/app Kustomization: flux-system/discord-bot OnePasswordItem: tools/zulip-bot

@@ -0,0 +1,13 @@

+---
+apiVersion: onepassword.com/v1
+kind: OnePasswordItem
+metadata:
+  labels:
+    app.kubernetes.io/name: discord-bot
+    kustomize.toolkit.fluxcd.io/name: discord-bot
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: zulip-bot
+  namespace: tools
+spec:
+  itemPath: vaults/Kubernetes/items/zulip-bot
+

Copy link

--- HelmRelease: tools/discord-bot Deployment: tools/discord-bot

+++ HelmRelease: tools/discord-bot Deployment: tools/discord-bot

@@ -35,11 +35,15 @@

       dnsPolicy: ClusterFirst
       containers:
       - envFrom:
         - secretRef:
             name: discord-bot
         - secretRef:
+            name: github-webhook-bot
+        - secretRef:
+            name: zulip-bot
+        - secretRef:
             name: discord-bot-db-app
         image: ghcr.io/immich-app/discord-bot:main
         imagePullPolicy: Always
         name: main
 

@danieldietzler danieldietzler merged commit aa5485e into main Sep 26, 2024
5 checks passed
@danieldietzler danieldietzler deleted the feat/bot-webhooks branch September 26, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants