Created
August 2, 2023 04:44
-
-
Save hizkifw/bfdde0a96480c63c11e601584a12add7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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