Skip to content

Commit

Permalink
chore: add a helm hook
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Boulanger <fboulanger51@gmail.com>
  • Loading branch information
fboula committed May 11, 2023
1 parent 5f823e8 commit 23a8470
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,22 @@ jobs:
enabled: ${{ matrix.enableCertManager }}
generateCA: true
extraObjects:
- apiVersion: v1
kind: Secret
metadata:
name: aws-credentials
namespace: keda
type: Opaque
data:
AWS_ACCESS_KEY_ID: RkFLRUFXU0FDQ0VTU0tFWUlE
AWS_SECRET_ACCESS_KEY: RkFLRUFXU1NFQ1JFVEFDQ0VTU0tFWQ==
- apiVersion: keda.k8s.io/v1alpha1
kind: ClusterTriggerAuthentication
metadata:
name: aws-credentials
namespace: keda
annotations:
"helm.sh/hook": post-install
spec:
podIdentity:
provider: aws-eks
Expand Down

0 comments on commit 23a8470

Please sign in to comment.