Created
June 25, 2022 19:03
-
-
Save eftalyurtseven/f8ee80aceb02f25f0180f32296846f0c to your computer and use it in GitHub Desktop.
Example KEDA Trigger Authentication
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: keda.sh/v1alpha1 | |
kind: TriggerAuthentication | |
metadata: | |
name: keda-aws-credentials | |
namespace: keda-test | |
spec: | |
podIdentity: | |
provider: aws-eks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment