Skip to content

Commit

Permalink
fix: ensure chart works on k8s 1.17 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer authored Jan 30, 2023
1 parent 60dfb4e commit fde3d73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
enableAzureWorkloadIdentity: [false, true]
kubernetesVersion: [v1.24, v1.23, v1.22, v1.21, v1.20]
kubernetesVersion: [v1.24, v1.23, v1.22, v1.21, v1.20, v1.19]
include:
# Azure Workload Identity
- enableAzureWorkloadIdentity: true
Expand Down
10 changes: 6 additions & 4 deletions keda/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,17 +153,19 @@ securityContext:
- ALL
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
# k8s >= 1.19
# seccompProfile:
# type: RuntimeDefault
metricServer:
capabilities:
drop:
- ALL
allowPrivilegeEscalation: false
## Metrics server needs to write the self-signed cert. See FAQ for discussion of options.
# readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
# k8s >= 1.19
# seccompProfile:
# type: RuntimeDefault

podSecurityContext:
operator:
Expand Down

0 comments on commit fde3d73

Please sign in to comment.