Skip to content

Commit

Permalink
fix(kubeconfirm): ignore CiliumNetworkPolicy
Browse files Browse the repository at this point in the history
Unfortunately to avoid errors any resource type that is used in a SOPS
encrypted file has to be skipped.
  • Loading branch information
jfroy committed Nov 9, 2024
1 parent 4ba0a4a commit 9f82e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kubeconform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kubeconform_args=(
"-strict"
"-ignore-missing-schemas"
"-skip"
"Secret,MinIOJob,ReplicationDestination,ReplicationSource"
"Secret,MinIOJob,ReplicationDestination,ReplicationSource,CiliumNetworkPolicy"
"-schema-location"
"default"
"-schema-location"
Expand Down

0 comments on commit 9f82e3a

Please sign in to comment.