Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

namespace missed in slack text message? #267

Open
dmitry-mightydevops opened this issue May 8, 2021 · 4 comments
Open

namespace missed in slack text message? #267

dmitry-mightydevops opened this issue May 8, 2021 · 4 comments

Comments

@dmitry-mightydevops
Copy link

image

HELM Chart version:

repoURL: https://charts.bitnami.com/bitnami
targetRevision: 3.2.4

values:

slack:
  enabled: true
  channel: "alarms"
  token: "xoxb-...."

webhook:
  enabled: false
  # url: ""
smtp:
  enabled: false

# namespace to watch, leave it empty for watching all.
namespaceToWatch: ""

# Resources to watch
resourcesToWatch:
  deployment: true
  replicationcontroller: false
  replicaset: false
  daemonset: false
  services: true
  pod: true
  job: true
  persistentvolume: true
  ingress: true
  secrets: true
  nodes: true

replicaCount: 1

resources:
  limits: 
    cpu: 200m
    memory: 256Mi
  requests: 
    cpu: 200m
    memory: 10Mi

livenessProbe:
  enabled: false
  initialDelaySeconds: 10
  periodSeconds: 10
  timeoutSeconds: 1
  failureThreshold: 3
  successThreshold: 1
readinessProbe:
  enabled: false
  initialDelaySeconds: 10
  periodSeconds: 10
  timeoutSeconds: 1
  failureThreshold: 3
  successThreshold: 1

nodeSelector: 
  ops: "true"

podLabels: {}
podAnnotations: {}

rbac:
  create: true

serviceAccount:
  create: true
  name: "kubewatch-sa"
@aakarshg
Copy link

I notice the same thing too

@LaurentDumont
Copy link

Seeing the same thing. I first thought it was because I was watching a single namespace but I see that you are watching multiple namespaces.

In my case, I am also using the webhook handler and not Slack.

@akefirad
Copy link

We're using Slack and have the same issue.

@ypicard
Copy link

ypicard commented Nov 18, 2021

Same here!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants