Last active
March 1, 2022 01:31
-
-
Save larkintuckerllc/d2c8b5e1844331b3f4b05a86f4949d17 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
kubernetes: | |
serviceLocatorMethod: | |
type: multiTenant | |
clusterLocatorMethods: | |
- type: config | |
clusters: | |
- url: ${K8S_MINIKUBE_URL} | |
name: minikube | |
authProvider: serviceAccount | |
skipTLSVerify: true | |
skipMetricsLookup: true | |
serviceAccountToken: ${K8S_MINIKUBE_TOKEN} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment