initial commit
This commit is contained in:
21
env/frigo-dev.yaml
vendored
Normal file
21
env/frigo-dev.yaml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: v1
|
||||
kind: Config
|
||||
clusters:
|
||||
- name: "local"
|
||||
cluster:
|
||||
server: "https://rancherdev.express-o.org/k8s/clusters/local"
|
||||
insecure-skip-tls-verify: true
|
||||
|
||||
users:
|
||||
- name: "local"
|
||||
user:
|
||||
token: "kubeconfig-u-zugnvqkby7rgbsc:7f4n9tplsd9r2wpdl5bx2n72wwkmfvpvsfg56z8b88s2hq986rqsr4"
|
||||
|
||||
|
||||
contexts:
|
||||
- name: "local"
|
||||
context:
|
||||
user: "local"
|
||||
cluster: "local"
|
||||
|
||||
current-context: "local"
|
||||
Reference in New Issue
Block a user