Skip to content

Commit

Permalink
Merge pull request #80 from equinix/remove-packet-secret
Browse files Browse the repository at this point in the history
remove the packet-cloud-config secret
  • Loading branch information
displague authored Oct 5, 2021
2 parents 2d53668 + 939235e commit 6158668
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 6158668

Please sign in to comment.