Skip to content

Commit

Permalink
Merge branch 'main' into fix-skip-ckv-k8s-13-11
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed May 7, 2024
2 parents d3342cc + 18a3379 commit f855260
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions helm/flowforge/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ metadata:
{{- end }}
annotations:
checkov.io/skip1: CKV_K8S_38=The service account token is required to schedule projects
checkov.io/skip2: CKV_K8S_11=We do not force default resources constraints
checkov.io/skip3: CKV_K8S_13=We do not force default resources constraints
checkov.io/skip2: CKV_K8S_35=Current approach is a temporary one
checkov.io/skip3: CKV_K8S_11=We do not force default resources constraints
checkov.io/skip4: CKV_K8S_13=We do not force default resources constraints
spec:
replicas: {{ .Values.forge.replicas }}
selector:
Expand Down

0 comments on commit f855260

Please sign in to comment.