Skip to content

Commit

Permalink
chore: add extra-objects to test case
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Boulanger <fboulanger51@gmail.com>
  • Loading branch information
fboula committed Apr 4, 2023
1 parent fa7fdfa commit 833316a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ jobs:
certManager:
enabled: ${{ matrix.enableCertManager }}
generateCA: true
extraObjects:
- apiVersion: keda.k8s.io/v1alpha1
kind: ClusterTriggerAuthentication
metadata:
name: aws-credentials
namespace: keda
spec:
podIdentity:
provider: aws-eks
EOF
- name: Install deps
Expand Down

0 comments on commit 833316a

Please sign in to comment.