Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Nov 30, 2023
1 parent bdd0b3e commit c19630b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions data/anvil-fluent-controller/k8s_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
K8sField(['spec', 'initContainers'], ContainersSchema),
K8sField(['spec', 'livenessProbe'], LivenessProbeSchema),
K8sField(['spec', 'readinessProbe'], ReadinessProbeSchema),
K8sField(['spec', 'resources'], ComputeResourceSchema),
K8sField(['spec', 'securityContext'], PodSecurityContextSchema),
K8sField(['spec', 'tolerations'], TolerationsSchema),
K8sField(['spec', 'volumeMounts'], PersistentVolumeClaimSpecSchema),
K8sField(['spec', 'volumes'], PersistentVolumeClaimSpecSchema),
]

0 comments on commit c19630b

Please sign in to comment.