diff --git a/config/samples/ccruntime/ssh-demo/kustomization.yaml b/config/samples/ccruntime/ssh-demo/kustomization.yaml deleted file mode 100644 index bba2c73a..00000000 --- a/config/samples/ccruntime/ssh-demo/kustomization.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization - -nameSuffix: -ssh-demo - -resources: -- ../base - -images: -- name: quay.io/confidential-containers/runtime-payload - newTag: kata-containers-ssh-demo-v0.2.0 -- name: quay.io/confidential-containers/reqs-payload - newTag: latest - -patches: -- patch: |- - - op: replace - path: /spec/config/runtimeClasses - value: - - name: "kata" - snapshotter: "nydus" - - name: "kata-clh" - snapshotter: "nydus" - - name: "kata-qemu" - snapshotter: "nydus" - - op: add - path: /spec/config/environmentVariables - value: - # It means that we're relying on the cluster to already have - # containerd v1.7+ running. If you know for sure that's not - # the case, please, set this variable to `true` - - name: "INSTALL_OFFICIAL_CONTAINERD" - value: "false" - target: - kind: CcRuntime -