From a4ee1c2e72c9d2d77daa78b24f025af2971ab38c Mon Sep 17 00:00:00 2001 From: Prachi Pendse Date: Tue, 31 Mar 2020 10:19:17 -0700 Subject: [PATCH] Remove TODO for network and volume issues --- .../validator-kubeval/local-resource/example-use.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/functions/examples/validator-kubeval/local-resource/example-use.yaml b/functions/examples/validator-kubeval/local-resource/example-use.yaml index d18722b62..0c040422e 100644 --- a/functions/examples/validator-kubeval/local-resource/example-use.yaml +++ b/functions/examples/validator-kubeval/local-resource/example-use.yaml @@ -12,13 +12,6 @@ spec: strict: true ignoreMissingSchemas: true - # TODO: Remove these once function container network/volumes features are - # stabilized. - # Relevant issues: - # - https://github.com/kubernetes-sigs/kustomize/issues/1901 - # - https://github.com/kubernetes-sigs/kustomize/issues/1902 - kubernetesVersion: "1.16.0" - schemaLocation: "file:///schemas" --- apiVersion: v1 kind: Service