Created
March 1, 2022 01:40
-
-
Save larkintuckerllc/f8373066de9df6af9fc603e2b834e5bc 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: false | |
serviceAccountToken: ${K8S_MINIKUBE_TOKEN} | |
- url: ${K8S_GKE_URL} | |
name: gke | |
authProvider: serviceAccount | |
skipTLSVerify: true | |
skipMetricsLookup: false | |
serviceAccountToken: ${K8S_GKE_TOKEN} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment