Skip to content

Instantly share code, notes, and snippets.

@hizkifw
Created August 2, 2023 04:44
Show Gist options
  • Save hizkifw/bfdde0a96480c63c11e601584a12add7 to your computer and use it in GitHub Desktop.
Save hizkifw/bfdde0a96480c63c11e601584a12add7 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Config
clusters:
- name: dummy
cluster:
api-version: v1
server: http://example.com
contexts:
- name: dummy
context:
cluster: dummy
namespace: dummy
user: dummy
users:
- name: dummy
user:
token: dummy
current-context: dummy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment