Skip to content

Commit

Permalink
remove the packet-cloud-config secret
Browse files Browse the repository at this point in the history
Signed-off-by: Marques Johansson <[email protected]>
  • Loading branch information
displague committed Sep 30, 2021
1 parent 79169cd commit 939235e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions templates/ccm_secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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://"
}
2 changes: 1 addition & 1 deletion templates/kube_vip_ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
volumes:
- name: cloud-sa-volume
secret:
secretName: packet-cloud-config
secretName: metal-cloud-config
updateStrategy: {}
status:
currentNumberScheduled: 0
Expand Down

0 comments on commit 939235e

Please sign in to comment.