Skip to content

Commit

Permalink
static code fix
Browse files Browse the repository at this point in the history
Signed-off-by: Elad Motola <eladmotola95@gmail.com>
  • Loading branch information
eladmotola committed Apr 12, 2023
1 parent a6fc460 commit 1213fad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ spec:
key: key
---
`
deploymentForPausedTemplate = `
deploymentForPausedTemplate = `
apiVersion: apps/v1
kind: Deployment
metadata:
Expand All @@ -234,7 +234,7 @@ spec:
image: nginxinc/nginx-unprivileged
`

scaledObjectPausedTemplate = `
scaledObjectPausedTemplate = `
apiVersion: keda.sh/v1alpha1
kind: ScaledObject
metadata:
Expand Down

0 comments on commit 1213fad

Please sign in to comment.