diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index 81232431..a7ee35b0 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -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 diff --git a/keda/values.yaml b/keda/values.yaml index e288b626..cc41a7b7 100644 --- a/keda/values.yaml +++ b/keda/values.yaml @@ -153,8 +153,9 @@ securityContext: - ALL allowPrivilegeEscalation: false readOnlyRootFilesystem: true - seccompProfile: - type: RuntimeDefault + # k8s >= 1.19 + # seccompProfile: + # type: RuntimeDefault metricServer: capabilities: drop: @@ -162,8 +163,9 @@ securityContext: 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: