Skip to content

Commit 6f8f117

Browse files
committed
feat(posts): add prometheus, oauth2-proxy, ... to cheapest-amazon-eks
1 parent 6a0d241 commit 6f8f117

File tree

2 files changed

+432
-217
lines changed

2 files changed

+432
-217
lines changed

.github/workflows/post_tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ env:
2626
AWS_ROLE_TO_ASSUME: ${{ secrets.AWS_ROLE_TO_ASSUME }}
2727
# renovate: datasource=github-tags depName=weaveworks/eksctl
2828
EKSCTL_VERSION: 0.124.0
29+
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
30+
GOOGLE_CLIENT_SECRET: ${{ secrets.GOOGLE_CLIENT_SECRET }}
2931

3032
jobs:
3133
post-pipeline:

0 commit comments

Comments
 (0)