Skip to content

Commit 4a5d670

Browse files
authored
Various local dev fixes (#82)
1 parent ca35cfc commit 4a5d670

File tree

4 files changed

+18
-21
lines changed

4 files changed

+18
-21
lines changed

helm/citsbot/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
description: UWA CSDS Discord Bot
33
name: citsbot
4-
version: 1.16.3
4+
version: 1.16.4

helm/citsbot/templates/secrets.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
apiVersion: v1
2525
kind: Secret
2626
metadata:
27-
name: citsbot.config
27+
name: local-citsbot.config
2828
type: Opaque
2929
data:
3030
token: {{ .Values.localSecrets.token | b64enc }}

helm/citsbot/values.local.yaml

+6-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ localSecrets:
55
imgurClientId: placeholder
66

77
instances:
8-
- name: uwacsds
8+
- name: local
99
secrets: []
1010
botConfig:
1111
prefix: "!"
@@ -28,12 +28,11 @@ instances:
2828
cowsay:
2929
lineMaxLen: 40
3030
cowArt: |
31-
32-
\ ^__^
33-
\ (oo)\_______
34-
(__)\ )\/\
35-
||----w |
36-
|| ||
31+
\ ^__^
32+
\ (oo)\_______
33+
(__)\ )\/\
34+
||----w |
35+
|| ||
3736
welcomer:
3837
channel: '702939230996922382'
3938
newMemberDm:

helm/citsbot/values.prod.yaml

+10-12
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ instances:
2020
cowsay:
2121
lineMaxLen: 40
2222
cowArt: |
23-
24-
\ ^__^
25-
\ (oo)\_______
26-
(__)\ )\/\
27-
||----w |
28-
|| ||
23+
\ ^__^
24+
\ (oo)\_______
25+
(__)\ )\/\
26+
||----w |
27+
|| ||
2928
reactRoles:
3029
messages:
3130
- id: '952093570880405534'
@@ -307,12 +306,11 @@ instances:
307306
cowsay:
308307
lineMaxLen: 40
309308
cowArt: |
310-
311-
\ ^__^
312-
\ (oo)\_______
313-
(__)\ )\/\
314-
||----w |
315-
|| ||
309+
\ ^__^
310+
\ (oo)\_______
311+
(__)\ )\/\
312+
||----w |
313+
|| ||
316314
welcomer:
317315
channel: '690144646344736853'
318316
newMemberDm:

0 commit comments

Comments
 (0)