Skip to content

Instantly share code, notes, and snippets.

@mszostok
Created October 3, 2023 11:43
Show Gist options
  • Save mszostok/f9ba9948b0430bda9d9e323fc15af911 to your computer and use it in GitHub Desktop.
Save mszostok/f9ba9948b0430bda9d9e323fc15af911 to your computer and use it in GitHub Desktop.
Example ArgoCD app for Botkube
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: botkube
namespace: botkube
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: botkube
server: https://kubernetes.default.svc
project: default
source:
chart: botkube
repoURL: https://charts.botkube.io/
targetRevision: v1.4.0
helm:
releaseName: botkube
values: |
config.provider.endpoint: http://host.k3d.internal:8080/graphql
config.provider.identifier: 6eae023a-a7f1-46ce-b00d-6fa39392a3bc
config.provider.apiKey: key:691015b2-f1ed-40ad-95c8-6bceb7c1a31f
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment