Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RageAgainstTheMachine101 committed Oct 29, 2023
1 parent 5a74c9b commit db50b9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ jobs:
--set youtrack.apiToken=${{ secrets.YT_API_TOKEN }} \
--set clickhouse.host=${{ secrets.CLICKHOUSE_HOST }} \
--set clickhouse.user=${{ secrets.CLICKHOUSE_USER }} \
--set clickhouse.password=${{ secrets.CLICKHOUSE_PASSWORD }}
--set clickhouse.pass=${{ secrets.CLICKHOUSE_PASSWORD }}
2 changes: 1 addition & 1 deletion deploy/slack_bot/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ data:
YT_API_TOKEN: {{ .Values.youtrack.apiToken | b64enc}}
CLICKHOUSE_HOST: {{ .Values.clickhouse.host | b64enc }}
CLICKHOUSE_USER: {{ .Values.clickhouse.user | b64enc }}
CLICKHOUSE_PASSWORD: {{ .Values.clickhouse.password | b64enc }}
CLICKHOUSE_PASSWORD: {{ .Values.clickhouse.pass | b64enc }}
2 changes: 1 addition & 1 deletion deploy/slack_bot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ youtrack:
clickhouse:
host: secret
user: secret
password: secret
pass: secret

0 comments on commit db50b9f

Please sign in to comment.