From 25d6073b17e530e40f6153d4f8ee0eec0c8d59e5 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Fri, 9 Apr 2021 13:46:52 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=82=EF=B8=8F=20Remove=20unused=20annotati?= =?UTF-8?q?ons=20(they're=20confusing)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/volumes-for-consul.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/k8s/volumes-for-consul.yaml b/k8s/volumes-for-consul.yaml index 8d75e8ea..1cab0afa 100644 --- a/k8s/volumes-for-consul.yaml +++ b/k8s/volumes-for-consul.yaml @@ -3,8 +3,6 @@ apiVersion: v1 kind: PersistentVolume metadata: name: consul-node2 - annotations: - node: node2 spec: capacity: storage: 10Gi @@ -26,8 +24,6 @@ apiVersion: v1 kind: PersistentVolume metadata: name: consul-node3 - annotations: - node: node3 spec: capacity: storage: 10Gi @@ -49,8 +45,6 @@ apiVersion: v1 kind: PersistentVolume metadata: name: consul-node4 - annotations: - node: node4 spec: capacity: storage: 10Gi