Skip to content

Commit

Permalink
fix: readd config file
Browse files Browse the repository at this point in the history
  • Loading branch information
irony committed Oct 4, 2023
1 parent 75f0fd7 commit d797e52
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions k8s/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: v1
clusters:
- cluster:
certificate-authority-data: $KUBE_CLUSTER_CERTIFICATE
server: $KUBE_CLUSTER_SERVER
name: default
contexts:
- context:
cluster: default
user: default
name: default
current-context: default
kind: Config
preferences: {}
users:
- name: default
user:
client-certificate-data: $KUBE_CERTIFICATE_DATA
client-key-data: $KUBE_KEY_DATA

0 comments on commit d797e52

Please sign in to comment.