Skip to content

Commit

Permalink
Add missing sample CR for clustertriggerauthentication
Browse files Browse the repository at this point in the history
Add missing CR references to config/sample/kustomization.yaml

Signed-off-by: Joel Smith <[email protected]>
  • Loading branch information
joelsmith committed Jun 28, 2024
1 parent b226eda commit 24d4b2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: keda.k8s.io/v1alpha1
kind: ClusterTriggerAuthentication
metadata:
name: example-clustertriggerauthentication
spec:
secretTargetRef:
- parameter: example-secret-parameter
name: example-secret-name
key: example-role-key
2 changes: 2 additions & 0 deletions config/samples/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Append samples you want in your CSV to this file as resources ##
resources:
- eventing_v1alpha1_cloudeventsource.yaml
- keda_v1alpha1_clustertriggerauthentication.yaml
- keda_v1alpha1_scaledobject.yaml
- keda_v1alpha1_scaledjob.yaml
- keda_v1alpha1_triggerauthentication.yaml
Expand Down

0 comments on commit 24d4b2c

Please sign in to comment.