From 939235e5d23141e8b0591d49290324a14d57e238 Mon Sep 17 00:00:00 2001 From: Marques Johansson Date: Thu, 30 Sep 2021 18:25:04 -0400 Subject: [PATCH] remove the packet-cloud-config secret Signed-off-by: Marques Johansson --- templates/ccm_secret.yaml | 14 -------------- templates/kube_vip_ds.yaml | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/templates/ccm_secret.yaml b/templates/ccm_secret.yaml index b97ce2c..3527bf6 100644 --- a/templates/ccm_secret.yaml +++ b/templates/ccm_secret.yaml @@ -12,17 +12,3 @@ stringData: "loadbalancer": "kube-vip://" } -# This is just to get Kube-Vip working again... We should fix this soon ---- -apiVersion: v1 -kind: Secret -metadata: - name: packet-cloud-config - namespace: kube-system -stringData: - cloud-sa.json: | - { - "apiKey": "${auth_token}", - "projectID": "${project_id}", - "loadbalancer": "kube-vip://" - } diff --git a/templates/kube_vip_ds.yaml b/templates/kube_vip_ds.yaml index fe9c6c5..17a9597 100644 --- a/templates/kube_vip_ds.yaml +++ b/templates/kube_vip_ds.yaml @@ -82,7 +82,7 @@ spec: volumes: - name: cloud-sa-volume secret: - secretName: packet-cloud-config + secretName: metal-cloud-config updateStrategy: {} status: currentNumberScheduled: 0