Skip to content

Instantly share code, notes, and snippets.

@zacheryph
Created May 6, 2022 13:51
Show Gist options
  • Save zacheryph/dc6d5fc941d73dc75c50007785552d4c to your computer and use it in GitHub Desktop.
Save zacheryph/dc6d5fc941d73dc75c50007785552d4c to your computer and use it in GitHub Desktop.
Triggermesh Slack Source
apiVersion: sources.triggermesh.io/v1alpha1
kind: SlackSource
metadata:
name: zro
spec:
appID: REDACTED
signingSecret:
value: REDACTED
sink:
ref:
apiVersion: eventing.knative.dev/v1
kind: Broker
name: default
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: triggermesh
spec:
interval: 1h
chart:
spec:
# registryUrl=https://storage.googleapis.com/triggermesh-charts
chart: triggermesh
version: 0.4.5
sourceRef:
kind: HelmRepository
name: triggermesh
namespace: flux-system
values:
replicaCount: 1
securityContext:
allowPrivilegeEscalation: false
webhook:
podAnnotations:
sidecar.istio.io/inject: 'false'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment