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 Mar 16, 2023
1 parent 0dd648b commit b0f9633
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 @@ -118,6 +118,15 @@ jobs:
certManager:
enabled: true
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 b0f9633

Please sign in to comment.