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

fix: use fourthwall slug #367

Merged
merged 1 commit into from
Feb 1, 2025
Merged

fix: use fourthwall slug #367

merged 1 commit into from
Feb 1, 2025

Conversation

danieldietzler
Copy link
Member

No description provided.

Copy link

github-actions bot commented Feb 1, 2025

--- 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

@@ -37,12 +37,14 @@

           main:
             envFrom:
             - secretRef:
                 name: discord-bot
             - secretRef:
                 name: bot-github-webhook-slug
+            - secretRef:
+                name: bot-fourthwall-webhook-slug
             - secretRef:
                 name: zulip-bot
             - secretRef:
                 name: discord-bot-db-app
             image:
               pullPolicy: Always
--- kubernetes/apps/tools/discord-bot/app Kustomization: flux-system/discord-bot OnePasswordItem: tools/bot-fourthwall-webhook-slug

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

@@ -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: bot-fourthwall-webhook-slug
+  namespace: tools
+spec:
+  itemPath: vaults/Kubernetes/items/bot-fourthwall-webhook-slug
+

Copy link

github-actions bot commented Feb 1, 2025

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

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

@@ -37,12 +37,14 @@

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

@zackpollard zackpollard merged commit ea31627 into main Feb 1, 2025
2 checks passed
@zackpollard zackpollard deleted the fix/use-fourthwall-slug branch February 1, 2025 00:21
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