Skip to content

Commit

Permalink
Remove telegram/twitter/pagerduty from helm
Browse files Browse the repository at this point in the history
  • Loading branch information
torbencarstens committed Jan 7, 2024
1 parent ffefe93 commit 31870e9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 41 deletions.
4 changes: 0 additions & 4 deletions templates/cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ spec:
command: {{ .Values.cronjob.command }}
args: {{ .Values.cronjob.args }}
envFrom:
- secretRef:
name: {{ .Values.secret.telegram.name }}
- secretRef:
name: {{ .Values.secret.twitter.name }}
- secretRef:
name: {{ .Values.secret.mastodon.name }}
- configMapRef:
Expand Down
7 changes: 0 additions & 7 deletions templates/secret-pagerduty.yml

This file was deleted.

7 changes: 0 additions & 7 deletions templates/secret-telegram.yml

This file was deleted.

10 changes: 0 additions & 10 deletions templates/secret-twitter.yml

This file was deleted.

13 changes: 0 additions & 13 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,10 @@ configmap:
name: tweeter-config
backendPath: "lake/{}/temperature"
backendUrl: "http://backend:8080"
telegramChatlist: "139656428,389582243"
mastodon:
instanceUrl: "https://mastodon.social"

secret:
telegram:
name: tweeter-telegram-error-token
telegramToken: __TELEGRAM_TOKEN_ERROR__
twitter:
name: tweeter-twitter
accessToken: __ACCESS_TOKEN__
accessTokenSecret: __ACCESS_TOKEN_SECRET__
consumerKey: __CONSUMER_KEY__
consumerSecret: __CONSUMER_SECRET__
pagerduty:
name: pagerduty-routingkey
routingKey: __PAGERDUTY_ROUTING_KEY__
mastodon:
name: tweeter-mastodon
accessToken: __MASTODON_ACCESS_TOKEN__

0 comments on commit 31870e9

Please sign in to comment.